PHP 클래스 Phrozn\Runner\CommandLine\Command

저자: Victor Farazdagi
상속: implements ArrayAccess
파일 보기 프로젝트 열기: farazdagi/phrozn

공개 메소드들

메소드 설명
__construct ( $file )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

비공개 메소드들

메소드 설명
load ( string $file ) : array Load configuration for a given command.

메소드 상세

__construct() 공개 메소드

public __construct ( $file )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )