SimpleShell::__construct PHP Méthode

__construct() public méthode

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