PHP 클래스 Bravo3\Orm\Drivers\Common\Command

파일 보기 프로젝트 열기: bravo3/orm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments string[]
$name string

공개 메소드들

메소드 설명
__construct ( $name, array $arguments = [] )
getArguments ( ) : string[] Get command arguments
getName ( ) : string Get command name

메소드 상세

__construct() 공개 메소드

public __construct ( $name, array $arguments = [] )
$arguments array

getArguments() 공개 메소드

Get command arguments
public getArguments ( ) : string[]
리턴 string[]

getName() 공개 메소드

Get command name
public getName ( ) : string
리턴 string

프로퍼티 상세

$arguments 보호되어 있는 프로퍼티

protected string[] $arguments
리턴 string[]

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string