TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Lowlevel\AdminCommand Class Reference
Inheritance diagram for TYPO3\CMS\Lowlevel\AdminCommand:
TYPO3\CMS\Core\Controller\CommandLineController tx_lowlevel_admin_core

Public Member Functions

 __construct ()
 
 cli_main ($argv)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Controller\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 TYPO3\CMS\Core\Controller\CommandLineController
 $cli_args = array()
 
 $cli_options
 
 $cli_help
 
 $stdin = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Core functions for admin

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om Core functions for administration
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 26 of file AdminCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Lowlevel\AdminCommand::__construct ( )

Constructor

Todo:
Define visibility

Definition at line 42 of file AdminCommand.php.

References TYPO3\CMS\Core\Controller\CommandLineController\cli_help().

Member Function Documentation

◆ cli_main()

Member Data Documentation

◆ $adminModules

TYPO3\CMS\Lowlevel\AdminCommand::$adminModules
Initial value:
= array(
'setBElock' => 'Set the Backend Lock',
'clearBElock' => 'Clears the Backend Lock',
'msg' => 1
)
Todo:
Define visibility

Definition at line 31 of file AdminCommand.php.