pharext\ExecCmd::getOutput PHP Method

getOutput() public method

Retrieve output of cmd run
public getOutput ( ) : string
return string
    public function getOutput()
    {
        return $this->output;
    }