pharext\ExecCmd::getOutput PHP Метод

getOutput() публичный Метод

Retrieve output of cmd run
public getOutput ( ) : string
Результат string
    public function getOutput()
    {
        return $this->output;
    }