TYPO3  7.6
Public Member Functions | Public Attributes | List of all members
AdminCommand Class Reference
Inheritance diagram for AdminCommand:
CommandLineController

Public Member Functions

 __construct ()
 
 cli_main ($argv)
 
- Public Member Functions inherited from CommandLineController
 __construct ()
 
 cli_getArgArray ($option, $argv)
 
 cli_isArg ($option)
 
 cli_argValue ($option, $idx=0)
 
 cli_getArgIndex (array $argv=array())
 
 cli_validateArgs ()
 
 cli_setArguments (array $argv=array())
 
 cli_keyboardInput ()
 
 cli_keyboardInput_yes ($msg= '')
 
 cli_echo ($string= '', $force=false)
 
 cli_help ()
 
 cli_indent ($str, $indent)
 

Public Attributes

 $adminModules
 
- Public Attributes inherited from CommandLineController
 $cli_args = array()
 
 $cli_options
 
 $cli_help
 
 $stdin = null
 

Detailed Description

Core functions for administration

Definition at line 20 of file AdminCommand.php.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 34 of file AdminCommand.php.

References CommandLineController\cli_help().

Member Function Documentation

cli_main (   $argv)

CLI engine

Parameters
array$argvCommand line arguments
Returns
string

Definition at line 62 of file AdminCommand.php.

References $GLOBALS, CommandLineController\cli_argValue(), CommandLineController\cli_echo(), CommandLineController\cli_help(), and CommandLineController\cli_validateArgs().

Member Data Documentation

$adminModules
Initial value:
= array(
'setBElock' => 'Set the Backend Lock',
'clearBElock' => 'Clears the Backend Lock',
'msg' => 1
)

Definition at line 25 of file AdminCommand.php.