|
eZ Publish
[trunk]
|
Public Member Functions | |
| __construct (array $serverParams=array()) | |
| Initialize the object with settings taken from the current script run. | |
| __get ($propertyName) | |
| Magic function to get access readonly properties (protected) | |
| __isset ($propertyName) | |
| Magic function to see if readonly properties (protected) exists. | |
| attribute ($attr) | |
| Returns the attribute value for $attr or null if the attribute does not exist. | |
| attributes () | |
| Make sure that certain attribute keys are available in $this->Attributes. | |
| hasAttribute ($attr) | |
| Checks if the attribute $attr is set. | |
Static Public Member Functions | |
| static | addAccessPath ($path, $name= 'undefined', $siteaccess=true) |
| Appends the access path (parts of url that identifies siteaccess), used by eZSys::indexFile() NOTE: Does not make sense to use for siteaccess, as you would want to clear current path and set new one normally, so preferably use eZSys::setAccessPath() in this case. | |
| static | backupFilename () |
| Returns the backup filename for this platform. | |
| static | cacheDirectory () |
| Returns the current cache directory. | |
| static | clearAccessPath ($siteaccess=true) |
| Clears the access path, used by eZSys::indexFile(). | |
| static | clientIP () |
| Returns the client IP whether he's behind a proxy or not. | |
| static | createShellArgument ($argumentText, array $replaceList) |
| Replaces % elements in $argumentText using $replaceList, and also properly escape the argument. | |
| static | environmentVariable ($variableName, $quiet=false) |
| Returns an environment variable or null if it is not available. | |
| static | envSeparator () |
| Returns the string used as environment separator on the current system. | |
| static | escapeShellArgument ($argument) |
| Returns an escaped string to be used as a shell argument. | |
| static | ezcrc32 ($string) |
| A wrapper for PHP's crc32 function. | |
| static | fileSeparator () |
| Returns the string used as the file separator on the current system. | |
| static | filesystemType () |
| Returns the filesystem type. | |
| static | globBrace ($pattern, $flags=0) |
| Wraps around the built-in glob() function to provide same functionality for systems (e.g Solaris) that does not support GLOB_BRACE. | |
| static | hasEnvironmentVariable ($variableName) |
| Checks if an environment variable is available. | |
| static | hostname () |
| Returns the current hostname. | |
| static | indexDir ($withAccessList=true) |
| Returns the filepath for the index file. | |
| static | indexFile ($withAccessPath=true) |
| Returns the filepath for the index file with the access path appended. | |
| static | indexFileName () |
| Returns the filepath for the index file. | |
| static | init ($index= 'index.php', $forceVirtualHost=null) |
| Initializes some variables according to some global PHP values. | |
| static | instance () |
| Returns a shared instance of the eZSys class. | |
| static | isDebugEnabled () |
| Returns true if debugging of internals is enabled, this will display which server variables are read. | |
| static | isPHPVersionSufficient ($requiredVersion) |
| Checks if the given version is greater than or equal to the current PHP version. | |
| static | isShellExecution () |
| Determines if the current process has been started from the web or the shell. | |
| static | isSSLNow () |
| Determines if SSL is enabled and protocol HTTPS is used. | |
| static | lineSeparator () |
| Returns the string used as line separator on the current system. | |
| static | magickQuotes () |
| Should return true when magick quotes are enabled, but instead return null. | |
| static | mergeArgumentElements (array $argumentElements) |
| Merges an argument list created by eZSys::splitArgumentIntoElements() back into a text string. | |
| static | osName () |
| Returns the current OS name or false if it can not be determined. | |
| static | osType () |
| Returns the OS type. | |
| static | path ($quiet=false) |
| Returns the server's path string. | |
| static | phpVersion () |
| Returns the PHP version as an array with the version elements. | |
| static | phpVersionText () |
| The PHP version as text. | |
| static | protocolSchema () |
| Returns the schema of the request. | |
| static | queryString () |
| Returns the query string for the current request. | |
| static | removeMagicQuotes () |
| Removes magic quotes. | |
| static | requestURI () |
| Returns the URI used for parsing modules, views and parameters. | |
| static | rootDir () |
| Returns the absolute path to the eZ Publish root directory. | |
| static | serverPort () |
| Returns the server port or 80 as default if the server port can not be retrieved from the hostname or the server variable 'SERVER_PORT'. | |
| static | serverProtocol () |
| Returns the current server protocol depending on if SSL is enabled or not. | |
| static | serverURL () |
| Returns the server URL (protocol and hostname and port) | |
| static | serverVariable ($variableName, $quiet=false) |
| Returns the value of $_SERVER[$variableName] if it is set. | |
| static | setAccessPath (array $path=array(), $name= 'undefined', $siteaccess=true) |
| Set access path (parts of url that identifies siteaccess), used by eZSys::indexFile(). | |
| static | setEnvironmentVariable ($variableName, $variableValue) |
| Sets an environment variable for the current process/page view. | |
| static | setInstance (eZSys $instance=null) |
| Sets eZSys instance or clears it if left undefined. | |
| static | setIsDebugEnabled ($debug) |
| Sets whether internal debugging is enabled or not. | |
| static | setServerVariable ($variableName, $variableValue) |
| Sets a server variable in the global array $_SERVER. | |
| static | siteDir () |
| Returns the path to where all the code resides. | |
| static | splitArgumentIntoElements ($argumentText) |
| Splits $argumentText on boundaries formed by one or more spaces and save them into an array of separate arguments. | |
| static | storageDirectory () |
| Returns the current storage directory. | |
| static | varDirectory () |
| Returns the path of the current var directory. | |
| static | wwwDir () |
| Returns the relative directory path of the vhless setup. | |
Public Attributes | |
| $EnvSeparator | |
| $FileSeparator | |
| $FileSystemType | |
| $IndexFile | |
| $LineSeparator | |
| $OSType | |
| $RequestURI | |
| $RootDir | |
| $ShellEscapeCharacter | |
| $SiteDir | |
| $WWWDir | |
Static Protected Member Functions | |
| static | getValidwwwDir ($phpSelf, $scriptFileName, $index) |
| Generate wwwdir from phpSelf if valid accoring to scriptFileName and return null if invalid and false if there is no index in phpSelf. | |
| static | simulateGlobBrace ($filenames) |
| Expands a list of filenames like GLOB_BRACE does. | |
Protected Attributes | |
| $AccessPath | |
| $Params | |
| $QueryString | |
Static Protected Attributes | |
| static | $instance = null |
| eZSys::__construct | ( | array $ | serverParams = array() | ) |
| eZSys::__get | ( | $ | propertyName | ) |
| eZSys::__isset | ( | $ | propertyName | ) |
| static eZSys::addAccessPath | ( | $ | path, |
| $ | name = 'undefined', |
||
| $ | siteaccess = true |
||
| ) | [static] |
Appends the access path (parts of url that identifies siteaccess), used by eZSys::indexFile() NOTE: Does not make sense to use for siteaccess, as you would want to clear current path and set new one normally, so preferably use eZSys::setAccessPath() in this case.
| array | string | $path | |
| string | $name | An identifer of the name of the path provided $AccessPath |
| bool | $siteaccess | Hints if path is siteaccess related or not, needed in case subsequesnt code suddenly changes siteaccess and needs to clear siteaccess scope |
| eZSys::attribute | ( | $ | attr | ) |
Make sure that certain attribute keys are available in $this->Attributes.
Definition at line 1038 of file ezsys.php.
Referenced by hasAttribute().
| static eZSys::backupFilename | ( | ) | [static] |
Returns the backup filename for this platform.
Possible values: .bak (win32), ~ (unix, mac)
Definition at line 554 of file ezsys.php.
Referenced by eZCodeTemplate\apply(), and eZINI\save().
| static eZSys::cacheDirectory | ( | ) | [static] |
Returns the current cache directory.
Definition at line 608 of file ezsys.php.
Referenced by ezpRestCacheStorageCluster\__construct(), eZContentClassAttribute\cachedInfo(), eZTemplateTreeCache\cacheDirectory(), eZSSLZone\cacheFileName(), eZURLWildcard\cacheInfo(), eZContentCache\cachePathInfo(), eZPDFTable\callImage(), checkPaths(), eZContentClassAttribute\classAttributeIdentifiersHash(), eZContentClass\classIdentifiersHash(), eZContentCache\cleanup(), eZCache\clearClassID(), eZCache\clearDesignBaseCache(), eZCache\clearItem(), eZCache\clearSortKey(), eZCache\clearStateLimitations(), eZCache\clearTemplateOverrideCache(), eZTemplateCompiler\compilationDirectory(), eZTemplateDesignResource\createOverrideCache(), eZContentLanguage\expireCache(), eZTemplateCacheFunction\expiryTemplateBlockCacheDir(), eZExpiryHandler\eZExpiryHandler(), eZImageManager\eZImageManager(), eZMutex\eZMutex(), eZContentLanguage\fetchList(), eZNodeviewfunctions\generateViewCacheFile(), eZUser\getCacheDir(), eZSSLZone\getSSLZones(), eZScript\initialize(), eZContentObjectStateGroup\limitations(), removeRelatedCache(), eZTranslationCache\rootCacheDirectory(), eZPackageType\storeObjectAttribute(), eZRSSEditFunction\storeRSSExport(), eZStepSiteTypes\tempDir(), eZTemplateCacheBlock\templateBlockCacheDir(), eZPackage\temporaryExportPath(), and eZPackage\temporaryImportPath().
| static eZSys::clearAccessPath | ( | $ | siteaccess = true | ) | [static] |
Clears the access path, used by eZSys::indexFile().
| bool | $siteaccess |
Definition at line 1153 of file ezsys.php.
Referenced by eZSiteAccess\change().
| static eZSys::clientIP | ( | ) | [static] |
Returns the client IP whether he's behind a proxy or not.
Use [HTTPHeaderSettings].ClientIpByCustomHTTPHeader in site.ini if you want to use a custom http header such as X-Forwarded-For
Note: X-Forwarded-For is transformed by PHP into $_SERVER['HTTP_X_FORWARDED_FOR]
Definition at line 792 of file ezsys.php.
Referenced by eZPaymentCallbackChecker\checkServerIP(), eZDebug\isAllowedByCurrentIP(), eZUser\isUserIPInList(), eZDebug\write(), eZAudit\writeAudit(), and eZDebug\writeFile().
| static eZSys::createShellArgument | ( | $ | argumentText, |
| array $ | replaceList | ||
| ) | [static] |
Replaces % elements in $argumentText using $replaceList, and also properly escape the argument.
| string | $argumentText | |
| array | $replaceList |
Definition at line 393 of file ezsys.php.
Referenced by eZImageShellHandler\convert(), and eZImageHandler\convertFilterToText().
| static eZSys::environmentVariable | ( | $ | variableName, |
| $ | quiet = false |
||
| ) | [static] |
Returns an environment variable or null if it is not available.
If the variable is not available, trigger an error message
| string | $variableName | |
| bool | $quiet |
Definition at line 997 of file ezsys.php.
Referenced by eZSetupTestFileUpload().
| static eZSys::envSeparator | ( | ) | [static] |
Returns the string used as environment separator on the current system.
Definition at line 574 of file ezsys.php.
Referenced by eZSetupCheckExecutable().
| static eZSys::escapeShellArgument | ( | $ | argument | ) | [static] |
Returns an escaped string to be used as a shell argument.
| string | $argument |
Definition at line 369 of file ezsys.php.
Referenced by eZImageShellHandler\convert().
| static eZSys::ezcrc32 | ( | $ | string | ) | [static] |
A wrapper for PHP's crc32 function.
Returns the crc32 polynomial as unsigned int
| $string |
Definition at line 1403 of file ezsys.php.
Referenced by eZWebDAVContentBackendAuth\authorize(), eZTemplateCacheBlock\cachePath(), eZUser\canLoginToSiteAccess(), eZImageManager\createImageAliasKey(), eZSiteInstaller\createSiteAccess(), eZTemplateDigestOperator\modify(), eZSiteAccess\siteAccessList(), eZCharTransform\transform(), eZCharTransform\transformByGroup(), and eZWebDAVContentServer\userHasSiteAccess().
| static eZSys::fileSeparator | ( | ) | [static] |
Returns the string used as the file separator on the current system.
Definition at line 279 of file ezsys.php.
Referenced by eZImageShellHandler\convert(), eZSetupPrvtAreDirAndFilesWritable(), eZDir\isWriteable(), and eZDir\separator().
| static eZSys::filesystemType | ( | ) | [static] |
Returns the filesystem type.
Possible values: win32, unix
Definition at line 269 of file ezsys.php.
Referenced by eZStepEmailSettings\display(), eZSetupCheckExecutable(), and eZStepEmailSettings\init().
| static eZSys::getValidwwwDir | ( | $ | phpSelf, |
| $ | scriptFileName, | ||
| $ | index | ||
| ) | [static, protected] |
Generate wwwdir from phpSelf if valid accoring to scriptFileName and return null if invalid and false if there is no index in phpSelf.
| string | $phpSelf | |
| string | $scriptFileName | |
| string | $index |
Definition at line 1327 of file ezsys.php.
Referenced by init().
| static eZSys::globBrace | ( | $ | pattern, |
| $ | flags = 0 |
||
| ) | [static] |
Wraps around the built-in glob() function to provide same functionality for systems (e.g Solaris) that does not support GLOB_BRACE.
| string | $pattern | |
| int | $flags |
Definition at line 1439 of file ezsys.php.
Referenced by eZFS2FileHandler\fileDeleteByDirList(), eZFSFileHandler\fileDeleteByDirList(), and eZFSFileHandler\fileDeleteByWildcard().
| eZSys::hasAttribute | ( | $ | attr | ) |
| static eZSys::hasEnvironmentVariable | ( | $ | variableName | ) | [static] |
Checks if an environment variable is available.
| string | $variableName |
Definition at line 1016 of file ezsys.php.
Referenced by eZSetupTestFileUpload().
| static eZSys::hostname | ( | ) | [static] |
Returns the current hostname.
First tries to use X-Forward-Host before it goes on to use host in header, if none of them exists fallback to use host part of site.ini\[SiteSettings]|SiteURL setting.
Definition at line 757 of file ezsys.php.
Referenced by eZHTTPTool\createRedirectUrl(), eZSiteInstaller\createSiteaccessUrls(), extension_path(), eZRSSExport\fetchImageURL(), eZUserOperationCollection\sendActivationEmail(), serverPort(), and serverURL().
| static eZSys::indexDir | ( | $ | withAccessList = true | ) | [static] |
Returns the filepath for the index file.
| bool | $withAccessList |
Definition at line 674 of file ezsys.php.
Referenced by attribute(), eZWebDAVContentServer\currentSiteFromPath(), eZWebDAVContentBackend\currentSiteFromPath(), eZStepSiteDetails\display(), eZStepSiteDetails\init(), eZWebDAVContentServer\processURL(), ezpMobileDeviceRegexpFilter\redirect(), eZStepInstaller\siteaccessURLs(), and eZSSLZone\switchIfNeeded().
| static eZSys::indexFile | ( | $ | withAccessPath = true | ) | [static] |
Returns the filepath for the index file with the access path appended.
| bool | $withAccessPath |
Definition at line 699 of file ezsys.php.
Referenced by attribute(), eZTemplateCompiler\compilationFilename(), eZNodeviewfunctions\generateViewCacheFile(), indexDir(), eZUser\instance(), and ezpLanguageSwitcher\process().
| static eZSys::indexFileName | ( | ) | [static] |
Returns the filepath for the index file.
Definition at line 744 of file ezsys.php.
Referenced by eZSiteInstaller\createSiteaccessUrls(), and eZStepSecurity\init().
| static eZSys::init | ( | $ | index = 'index.php', |
| $ | forceVirtualHost = null |
||
| ) | [static] |
Initializes some variables according to some global PHP values.
This function should be called once in the index file with the parameters stated in the parameter list.
| string | $index | The current index file, needed for virtual host mode detection. |
| bool | $forceVirtualHost | Virtual host mode is normally autodetected, but if not this can be forced by setting this to true. |
| static eZSys::instance | ( | ) | [static] |
Returns a shared instance of the eZSys class.
Definition at line 1378 of file ezsys.php.
Referenced by addAccessPath(), backupFilename(), cacheDirectory(), clearAccessPath(), clientIP(), createShellArgument(), eZMediaType\deleteStoredObjectAttribute(), eZBinaryFileType\deleteStoredObjectAttribute(), envSeparator(), escapeShellArgument(), ezcrc32(), eZURLOperator\eZDesign(), eZURLOperator\eZImage(), eZURLOperator\eZURLOperator(), eZWebDAVContentServer\fetchContentList(), eZWebDAVContentServer\fetchNodeInfo(), eZWebDAVContentServer\fetchSiteListContent(), eZWebDAVContentServer\fetchVirtualSiteContent(), eZPDFExport\filepath(), fileSeparator(), filesystemType(), hostname(), indexFile(), indexFileName(), init(), isSSLNow(), lineSeparator(), eZMail\lineSeparator(), mergeArgumentElements(), osName(), osType(), queryString(), eZPDFExport\remove(), requestURI(), rootDir(), eZSysInfo\scan(), eZSendmailTransport\sendMail(), serverURL(), setAccessPath(), siteDir(), eZHTTPFile\storageDir(), storageDirectory(), eZMediaType\trashStoredObjectAttribute(), eZBinaryFileType\trashStoredObjectAttribute(), varDirectory(), and wwwDir().
| static eZSys::isDebugEnabled | ( | ) | [static] |
Returns true if debugging of internals is enabled, this will display which server variables are read.
Set the option with setIsDebugEnabled().
| static eZSys::isPHPVersionSufficient | ( | $ | requiredVersion | ) | [static] |
Checks if the given version is greater than or equal to the current PHP version.
Usage: eZSys::isPHPVersionSufficient( array( 4, 1, 0 ) );
| array | $requiredVersion | Must be an array with version number |
| static eZSys::isShellExecution | ( | ) | [static] |
Determines if the current process has been started from the web or the shell.
Definition at line 344 of file ezsys.php.
Referenced by eZDebug\isAllowedByCurrentIP(), eZContentOperationCollection\publishNode(), and eZDBInterface\reportError().
| static eZSys::isSSLNow | ( | ) | [static] |
Determines if SSL is enabled and protocol HTTPS is used.
Definition at line 826 of file ezsys.php.
Referenced by eZSSLZone\switchIfNeeded().
| static eZSys::lineSeparator | ( | ) | [static] |
Returns the string used as line separator on the current system.
Definition at line 564 of file ezsys.php.
Referenced by eZINI\save().
| static eZSys::magickQuotes | ( | ) | [static] |
Should return true when magick quotes are enabled, but instead return null.
| static eZSys::mergeArgumentElements | ( | array $ | argumentElements | ) | [static] |
Merges an argument list created by eZSys::splitArgumentIntoElements() back into a text string.
| array | $argumentElements |
| static eZSys::osName | ( | ) | [static] |
| static eZSys::osType | ( | ) | [static] |
Returns the OS type.
Possible values: win32, unix
Definition at line 245 of file ezsys.php.
Referenced by changeDBCharsetORACLE(), checkDBExtraConditionsORACLE(), eZImageShellHandler\convert(), eZSetupTestFileUpload(), eZGZIPZLIBCompressionHandler\isAvailable(), eZFile\isWriteable(), eZDir\isWriteable(), and eZFileHandler\linkCopy().
| static eZSys::path | ( | $ | quiet = false | ) | [static] |
Returns the server's path string.
| bool | $quiet |
Definition at line 983 of file ezsys.php.
Referenced by cacheDirectory(), eZSetupCheckExecutable(), storageDirectory(), and varDirectory().
| static eZSys::phpVersion | ( | ) | [static] |
Returns the PHP version as an array with the version elements.
Definition at line 303 of file ezsys.php.
Referenced by isPHPVersionSufficient().
| static eZSys::phpVersionText | ( | ) | [static] |
| static eZSys::protocolSchema | ( | ) | [static] |
| static eZSys::queryString | ( | ) | [static] |
Returns the query string for the current request.
?param1=value1¶m2=value2
Definition at line 688 of file ezsys.php.
Referenced by eZURI\attribute(), and attribute().
| static eZSys::removeMagicQuotes | ( | ) | [static] |
Removes magic quotes.
Definition at line 223 of file ezsys.php.
Referenced by __construct(), and eZPaymentCallbackChecker\createDataFromPOST().
| static eZSys::requestURI | ( | ) | [static] |
Returns the URI used for parsing modules, views and parameters.
May differ from $_SERVER['REQUEST_URI'].
Definition at line 1368 of file ezsys.php.
Referenced by eZURI\instance(), eZUser\instance(), and eZSSLZone\switchIfNeeded().
| static eZSys::rootDir | ( | ) | [static] |
Returns the absolute path to the eZ Publish root directory.
Definition at line 628 of file ezsys.php.
Referenced by checkPaths(), eZSetupTestDirectoryPermissions(), and eZDir\recursiveDelete().
| static eZSys::serverPort | ( | ) | [static] |
Returns the server port or 80 as default if the server port can not be retrieved from the hostname or the server variable 'SERVER_PORT'.
Definition at line 905 of file ezsys.php.
Referenced by eZHTTPTool\createRedirectUrl(), and isSSLNow().
| static eZSys::serverProtocol | ( | ) | [static] |
Returns the current server protocol depending on if SSL is enabled or not.
Definition at line 861 of file ezsys.php.
Referenced by extension_path(), and ezpLanguageSwitcher\process().
| static eZSys::serverURL | ( | ) | [static] |
| static eZSys::serverVariable | ( | $ | variableName, |
| $ | quiet = false |
||
| ) | [static] |
Returns the value of $_SERVER[$variableName] if it is set.
If it isn't set, trigger an error message if $quiet is false
| string | $variableName | |
| bool | $quiet |
Definition at line 950 of file ezsys.php.
Referenced by clientIP(), eZPaymentCallbackChecker\createDataFromGET(), eZHTTPTool\createRedirectUrl(), hostname(), eZSiteAccess\match(), path(), eZDBInterface\reportError(), eZSiteAccess\siteAccessList(), eZSSLZone\switchIfNeeded(), eZDebug\write(), eZAudit\writeAudit(), and eZDebug\writeFile().
| static eZSys::setAccessPath | ( | array $ | path = array(), |
| $ | name = 'undefined', |
||
| $ | siteaccess = true |
||
| ) | [static] |
Set access path (parts of url that identifies siteaccess), used by eZSys::indexFile().
| array | $path | |
| string | $name | An identifer of the name of the path provided $AccessPath |
| bool | $siteaccess | Hints if path is siteaccess related or not, needed in case subsequesnt code suddenly changes siteaccess and needs to clear siteaccess scope |
Definition at line 1139 of file ezsys.php.
Referenced by eZSiteAccess\change().
| static eZSys::setEnvironmentVariable | ( | $ | variableName, |
| $ | variableValue | ||
| ) | [static] |
| static eZSys::setInstance | ( | eZSys $ | instance = null | ) | [static] |
| static eZSys::setIsDebugEnabled | ( | $ | debug | ) | [static] |
Sets whether internal debugging is enabled or not.
| bool | $debug |
| static eZSys::setServerVariable | ( | $ | variableName, |
| $ | variableValue | ||
| ) | [static] |
| static eZSys::simulateGlobBrace | ( | $ | filenames | ) | [static, protected] |
Expands a list of filenames like GLOB_BRACE does.
GLOB_BRACE is non POSIX and only available in GNU glibc. This is needed to support operating systems like Solars.
| $filenames |
Definition at line 1471 of file ezsys.php.
Referenced by globBrace().
| static eZSys::siteDir | ( | ) | [static] |
Returns the path to where all the code resides.
Definition at line 653 of file ezsys.php.
Referenced by attribute().
| static eZSys::splitArgumentIntoElements | ( | $ | argumentText | ) | [static] |
Splits $argumentText on boundaries formed by one or more spaces and save them into an array of separate arguments.
The number of spaces between to arguments is inserted as an integer value between two argument values.
Example: $list = splitArgumentIntoElements( "-geometry 100x100" ); var_dump( $list ); // Output: array( "-geometry", 1, "100x100" );
You can then easily modify the elements separately and create the argument text with eZSys::mergeArgumentElements()
| string | $argumentText |
| static eZSys::storageDirectory | ( | ) | [static] |
Returns the current storage directory.
Definition at line 595 of file ezsys.php.
Referenced by eZStylePackageCreator\commitCSSFile(), filePathForBinaryFile(), eZImageAliasHandler\imagePath(), eZImageAliasHandler\imagePathByNode(), eZBinaryFileType\insertRegularFile(), eZMediaType\insertRegularFile(), eZHTTPFile\store(), eZBinaryFile\storedFileInfo(), eZMedia\storedFileInfo(), eZBinaryFileHandler\storedFilename(), eZBinaryFileType\unserializeContentObjectAttribute(), eZMediaType\unserializeContentObjectAttribute(), eZStylePackageCreator\validateImageFiles(), and eZPackageCreationHandler\validatePackageThumbnail().
| static eZSys::varDirectory | ( | ) | [static] |
Returns the path of the current var directory.
Definition at line 584 of file ezsys.php.
Referenced by eZWebDAVServer\appendLogEntry(), eZWebDAVContentBackend\appendLogEntry(), eZDebug\printReport(), eZWebDAVServer\rootDirectory(), storageDirectory(), eZWebDAVServer\tempDirectory(), eZWebDAVContentBackend\tempDirectory(), and eZWebDAVContentServer\virtualInfoFileName().
| static eZSys::wwwDir | ( | ) | [static] |
Returns the relative directory path of the vhless setup.
Definition at line 663 of file ezsys.php.
Referenced by attribute(), eZSiteInstaller\createSiteaccessUrls(), extension_path(), eZTemplateImageOperator\eZTemplateImageOperator(), eZRSSExport\fetchImageURL(), eZTemplatesStatisticsReporter\generateStatistics(), indexDir(), eZUser\instance(), and eZWordToImageOperator\modify().
eZSys::$instance = null [static, protected] |
Definition at line 136 of file ezsys.php.
Referenced by addAccessPath(), createShellArgument(), init(), instance(), mergeArgumentElements(), rootDir(), and setInstance().