Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Redaxscript
Console
Command
Help
PHP 클래스 Redaxscript\Console\Command\Help
부터:
3.0.0
저자:
Henry Ruhs
상속:
extends
CommandAbstract
파일 보기
프로젝트 열기: redaxmedia/redaxscript
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
$_commandArray
array
array of the command
공개 메소드들
메소드
설명
run
(
string
$mode
= null ) :
string
run the command
보호된 메소드들
메소드
설명
_list
(
string
$argumentKey
= null ) :
string
list the help
메소드 상세
_list()
보호된
메소드
list the help
부터:
3.0.0
protected
_list
(
string
$argumentKey
= null ) :
string
$argumentKey
string
리턴
string
run()
공개
메소드
run the command
부터:
3.0.0
public
run
(
string
$mode
= null ) :
string
$mode
string
name of the mode
리턴
string
프로퍼티 상세
$_commandArray
보호되어 있는 프로퍼티
array of the command
protected
array
$_commandArray
리턴
array