SimpleShell::__construct PHP Method

__construct() public method

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