eZ Publish  [trunk]
makestaticcache.php File Reference

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 )

Variable Documentation

$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.

$options
Initial value:
 $script->getOptions( "[f|force]",
                                "",
                                array( 'force' => "Force generation of cache files even if they already exist." ) )

Definition at line 24 of file makestaticcache.php.

Initial value:
 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.