SimpleShell::__construct PHP Метод

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

Executes the shell comand and stashes the output.
public __construct ( )
    public function __construct()
    {
        $this->output = false;
    }