pharext\ExecCmd::__construct PHP Method

__construct() public method

public __construct ( string $command, $verbose = false )
$command string
    public function __construct($command, $verbose = false)
    {
        $this->command = $command;
        $this->verbose = $verbose;
    }