Peridot\Console\Command::getRunner PHP Method

getRunner() public method

Return the runner used by the Peridot command. Defaults to an instance of Peridot\Runner\Runner.
public getRunner ( ) : Peridot\Runner\RunnerInterface
return Peridot\Runner\RunnerInterface
    public function getRunner()
    {
        return $this->runner;
    }