UserAgentParser\Model\UserAgent::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    public function __construct()
    {
        $this->browser = new Browser();
        $this->renderingEngine = new RenderingEngine();
        $this->operatingSystem = new OperatingSystem();
        $this->device = new Device();
        $this->bot = new Bot();
    }