Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Redaxscript
Console
Command
Help
PHP Class Redaxscript\Console\Command\Help
Since:
3.0.0
Author:
Henry Ruhs
Inheritance:
extends
CommandAbstract
Show file
Open project: redaxmedia/redaxscript
Class Usage Examples
Protected Properties
Property
Type
Description
$_commandArray
array
array of the command
Public Methods
Method
Description
run
(
string
$mode
= null ) :
string
run the command
Protected Methods
Method
Description
_list
(
string
$argumentKey
= null ) :
string
list the help
Method Details
_list()
protected
method
list the help
Since:
3.0.0
protected
_list
(
string
$argumentKey
= null ) :
string
$argumentKey
string
return
string
run()
public
method
run the command
Since:
3.0.0
public
run
(
string
$mode
= null ) :
string
$mode
string
name of the mode
return
string
Property Details
$_commandArray
protected property
array of the command
protected
array
$_commandArray
return
array