SimpleShell::getOutputAsList PHP Method

getOutputAsList() public method

Accessor for the last output.
public getOutputAsList ( ) : array
return array Output as array of lines.
    public function getOutputAsList()
    {
        return $this->output;
    }