Class Project
Local Project.
- Fluxsauce\Switchboard\Persistent
-
Fluxsauce\Switchboard\Project
Namespace: Fluxsauce\Switchboard
Package: Fluxsauce\Switchboard
Located at library/fluxsauce/switchboard/src/Project.php
Package: Fluxsauce\Switchboard
Located at library/fluxsauce/switchboard/src/Project.php
Methods summary
public
array
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
Methods inherited from Fluxsauce\Switchboard\Persistent
__construct(),
__get(),
__set(),
create(),
destroy(),
getTableName(),
read(),
render(),
renderDrushTable(),
renderJson(),
toArray(),
update()
Magic methods summary
Properties summary
protected
string
|
$uuid |
#
The UUID of the Project. |
protected
integer
|
$siteId |
#
External key to an associated Site. |
protected
string
|
$hostname |
#
The hostname for the local Project. |
protected
string
|
$username |
#
The UNIX username for the local Project. |
protected
integer
|
$sshPort |
#
The SSH port for the local Project. |
protected
string
|
$codePath |
#
The path on disk to the code root. |
protected
string
|
$databaseHost |
#
The hostname for the Project database. |
protected
string
|
$databaseUsername |
#
The username for the Project database. |
protected
string
|
$databasePassword |
#
The password for the Project database. |
protected
string
|
$databaseName |
#
The database name for the Project database. |
protected
integer
|
$databasePort |
#
The port for the Project database. |
protected
string
|
$filesPath |
#
The path on disk to the files root. |
protected
string
|
$externalKeyName |
#
Metadata for ORM defining database structure. |