Public Member Functions | |
__construct ($siteDir_) | |
Constructor. | |
getLogDir () | |
Get the log file directory for this site. | |
getCacheDir () | |
Get the cache file directory for this site. | |
Private Attributes | |
$_siteDir | |
The site directory. |
Each directory under /opt/RootLive/Site is a Site. This class will have a representation object for each Site. The representation is created by Config
Definition at line 12 of file SiteConfig.php.
SiteConfig::__construct | ( | $ | siteDir_ | ) |
Constructor.
Will set the site directory.
$siteDir_ | - string - Site directory. |
Definition at line 22 of file SiteConfig.php.
SiteConfig::getCacheDir | ( | ) |
Get the cache file directory for this site.
Definition at line 42 of file SiteConfig.php.
SiteConfig::getLogDir | ( | ) |
Get the log file directory for this site.
Definition at line 32 of file SiteConfig.php.
SiteConfig::$_siteDir [private] |
The site directory.
Example
/opt/RootLive/Site/DistSysOpProduction
Definition at line 55 of file SiteConfig.php.