PHP 클래스 Redaxscript\Console\Command\Restore

부터: 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 ( array $optionArray = [] ) : string restore the database

메소드 상세

_database() 보호된 메소드

restore the database
부터: 3.0.0
protected _database ( array $optionArray = [] ) : string
$optionArray array
리턴 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