Phrozn\Runner\CommandLine\Callback\Base::setParseResult PHP Method

setParseResult() public method

Result object of CLI input parsing
public setParseResult ( Console_CommandLine_Result $result ) : Phrozn\Runner\CommandLine\Callback
$result Console_CommandLine_Result Parser's result
return Phrozn\Runner\CommandLine\Callback
    public function setParseResult($result)
    {
        $this->result = $result;
        return $this;
    }