Browscap\Browscap::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        parent::__construct('Browser Capabilities Project', 'dev-master');
        $commands = [new Command\BuildCommand(), new Command\DiffCommand(), new Command\GrepCommand()];
        foreach ($commands as $command) {
            $this->add($command);
        }
    }
Browscap