PHP 클래스 DataSift\Storyplayer\CommandLib\CommandResult

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$output
$returnCode

공개 메소드들

메소드 설명
__construct ( integer | null $returnCode, string | null $output )
didCommandFail ( ) : boolean
didCommandSucceed ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( integer | null $returnCode, string | null $output )
$returnCode integer | null
$output string | null

didCommandFail() 공개 메소드

public didCommandFail ( ) : boolean
리턴 boolean

didCommandSucceed() 공개 메소드

public didCommandSucceed ( ) : boolean
리턴 boolean

프로퍼티 상세

$output 공개적으로 프로퍼티

public $output

$returnCode 공개적으로 프로퍼티

public $returnCode