PHP 인터페이스 Phrozn\Runner\CommandLine\Callback

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

공개 메소드들

메소드 설명
execute ( ) : string Executes the callback action
getParseResult ( ) : Console_CommandLine_Result Get parsed result object
setParseResult ( Console_CommandLine_Result $result ) : Phrozn\Runner\CommandLine\Callback Result object of CLI input parsing

메소드 상세

execute() 공개 메소드

Executes the callback action
public execute ( ) : string
리턴 string

getParseResult() 공개 메소드

Get parsed result object
public getParseResult ( ) : Console_CommandLine_Result
리턴 Console_CommandLine_Result

setParseResult() 공개 메소드

Result object of CLI input parsing
public setParseResult ( Console_CommandLine_Result $result ) : Phrozn\Runner\CommandLine\Callback
$result Console_CommandLine_Result Parser's result
리턴 Phrozn\Runner\CommandLine\Callback