|
eZ Publish
[4.2]
|
Go to the source code of this file.
Variables | |
| $cli = eZCLI::instance() | |
| $isQuiet = false | |
| $options | |
| $script | |
| $cli = eZCLI::instance() |
Definition at line 35 of file ezsessiongc.php.
| $isQuiet = false |
Definition at line 31 of file ezsessiongc.php.
Referenced by changeSiteAccessSetting(), importRSSItem(), rssImport1(), rssImport2(), eZRunCronjobs\runScript(), eZCLI\setIsQuiet(), and eZScript\setIsQuiet().
| $options |
$script->getOptions( "", "[]", array() )
Definition at line 46 of file ezsessiongc.php.
eZScript::instance( array( 'description' => ( "eZ Publish Session Garbage Collector\n\n" . "Allows manual cleaning up expired sessions as defined by site.ini[Session]SessionTimeout\n" . "\n" . "./bin/php/ezsessiongc.php" ), 'use-session' => false, 'use-modules' => false, 'use-extensions' => false ) )
Definition at line 36 of file ezsessiongc.php.