eZ Publish  [4.0]
makestaticcache.php File Reference

Go to the source code of this file.

Variables

 $cli = eZCLI::instance()
 $force = $options['force']
 $options
 $script
 $staticCache = new eZStaticCache()

Variable Documentation

$cli = eZCLI::instance()

Definition at line 35 of file makestaticcache.php.

$force = $options['force']

Definition at line 49 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 45 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 36 of file makestaticcache.php.