|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| tx_lowlevel_admin_core () | |
| cli_main ($argv) | |
Public Attributes | |
| $adminModules | |
Definition at line 45 of file class.tx_lowlevel_admin_core.php.
| tx_lowlevel_admin_core::cli_main | ( | $ | argv | ) |
CLI engine
| array | Command line arguments |
Definition at line 94 of file class.tx_lowlevel_admin_core.php.
References $GLOBALS, t3lib_cli\cli_argValue(), t3lib_cli\cli_echo(), t3lib_cli\cli_help(), t3lib_cli\cli_validateArgs(), and t3lib_div\writeFile().
| tx_lowlevel_admin_core::tx_lowlevel_admin_core | ( | ) |
Constructor
Definition at line 58 of file class.tx_lowlevel_admin_core.php.
References t3lib_cli\cli_help(), and t3lib_cli\t3lib_cli().
| tx_lowlevel_admin_core::$adminModules |
array(
'setBElock' => 'Set the Backend Lock',
'clearBElock' => 'Clears the Backend Lock',
'msg' => 1
)
Definition at line 47 of file class.tx_lowlevel_admin_core.php.
1.7.5.1