PHP 클래스 Kraken\Runtime\RuntimeCommand

파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$command string
$params string[]

공개 메소드들

메소드 설명
__construct ( string $command, string[] $params = [] )
__destruct ( )
__toString ( ) : string
getCommand ( ) : string
getParams ( ) : string[]

메소드 상세

__construct() 공개 메소드

public __construct ( string $command, string[] $params = [] )
$command string
$params string[]

__destruct() 공개 메소드

public __destruct ( )

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getCommand() 공개 메소드

public getCommand ( ) : string
리턴 string

getParams() 공개 메소드

public getParams ( ) : string[]
리턴 string[]

프로퍼티 상세

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

protected string $command
리턴 string

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

protected string[] $params
리턴 string[]