|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $cli = eZCLI::instance() | |
| $force = $options['force'] | |
| $ini = eZINI::instance() | |
| if($ini->variable( 'ContentSettings', 'StaticCache')!= 'enabled') | $optionArray |
| $options | |
| $script | |
| $staticCacheHandler = eZExtension::getHandlerClass( $options ) | |
| $cli = eZCLI::instance() |
Definition at line 14 of file makestaticcache.php.
| $force = $options['force'] |
Definition at line 28 of file makestaticcache.php.
| $ini = eZINI::instance() |
Definition at line 32 of file makestaticcache.php.
| if ($ini->variable( 'ContentSettings', 'StaticCache')!= 'enabled') $optionArray |
array( 'iniFile' => 'site.ini', 'iniSection' => 'ContentSettings', 'iniVariable' => 'StaticCacheHandler' )
Definition at line 39 of file makestaticcache.php.
Referenced by eZDBFileHandler\__construct(), eZSelectionType\classAttributeContent(), eZContentCacheManager\clearObjectViewCache(), eZImageManager\factoryFor(), eZSelectionType\fetchClassAttributeHTTPInput(), eZRangeOptionType\fromString(), eZSelectionType\fromString(), eZOptionType\fromString(), eZMultiOptionType\fromString(), eZContentCacheManager\generateObjectViewCache(), eZSession\getHandlerInstance(), eZXMLText\inputHandler(), eZClusterFileHandler\instance(), eZDB\instance(), eZBinaryFileHandler\instance(), eZPackageInstallationHandler\instance(), eZPackageCreationHandler\instance(), eZSelectionType\metaData(), eZXMLText\outputHandler(), eZPackage\packageHandler(), eZRangeOptionType\productOptionInformation(), eZOptionType\productOptionInformation(), eZContentObjectTreeNode\removeThis(), eZMailTransport\send(), eZRangeOptionType\toString(), eZSelectionType\toString(), eZOptionType\toString(), and eZMultiOptionType\toString().
| $options |
$script->getOptions( "[f|force]", "", array( 'force' => "Force generation of cache files even if they already exist." ) )
Definition at line 24 of file makestaticcache.php.
eZScript::instance( array( 'description' => ( "eZ Publish static cache generator\n" . "\n" . "./bin/makestaticcache.php --siteaccess user" ), 'use-session' => false, 'use-modules' => true, 'use-extensions' => true ) )
Definition at line 15 of file makestaticcache.php.
| $staticCacheHandler = eZExtension::getHandlerClass( $options ) |
Definition at line 44 of file makestaticcache.php.
Referenced by eZContentCacheManager\clearObjectViewCache(), eZContentCacheManager\generateObjectViewCache(), and eZContentObjectTreeNode\removeThis().