PHP 클래스 Redaxscript\Console\Command\Status

부터: 3.0.0
저자: Henry Ruhs
상속: extends CommandAbstract
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_commandArray array array of the command

공개 메소드들

메소드 설명
run ( string $mode = null ) : string run the command

보호된 메소드들

메소드 설명
_database ( ) : string database status
_getStatusArray ( ) : array get the status array
_system ( ) : string system status

메소드 상세

_database() 보호된 메소드

database status
부터: 3.0.0
protected _database ( ) : string
리턴 string

_getStatusArray() 보호된 메소드

get the status array
부터: 3.0.0
protected _getStatusArray ( ) : array
리턴 array

_system() 보호된 메소드

system status
부터: 3.0.0
protected _system ( ) : 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