GrumPHP\Runner\TaskResult::getContext PHP Method

getContext() public method

public getContext ( ) : GrumPHP\Task\Context\ContextInterface
return GrumPHP\Task\Context\ContextInterface
    public function getContext()
    {
        return $this->context;
    }