WhichBrowser\Analyser\Header\Useragent\Device\Ereader::detectBookeen PHP Method

detectBookeen() private method

* Bookeen
private detectBookeen ( $ua )
    private function detectBookeen($ua)
    {
        if (preg_match('/bookeen\\/cybook/u', $ua)) {
            $this->data->os->reset();
            $this->data->device->setIdentification(['manufacturer' => 'Bookeen', 'series' => 'Cybook', 'type' => Constants\DeviceType::EREADER]);
        }
    }