PHP 클래스 Redaxscript\Console\Command\Config

부터: 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 list the config
_lock ( ) : boolean lock the config
_parse ( array $optionArray = [] ) : boolean parse the config
_set ( array $optionArray = [] ) : boolean set the config

메소드 상세

_list() 보호된 메소드

list the config
부터: 3.0.0
protected _list ( ) : string
리턴 string

_lock() 보호된 메소드

lock the config
부터: 3.0.0
protected _lock ( ) : boolean
리턴 boolean

_parse() 보호된 메소드

parse the config
부터: 3.0.0
protected _parse ( array $optionArray = [] ) : boolean
$optionArray array
리턴 boolean

_set() 보호된 메소드

set the config
부터: 3.0.0
protected _set ( array $optionArray = [] ) : boolean
$optionArray array
리턴 boolean

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