PHP Class BrowscapPHP\Util\Logfile\AbstractReader

Author: Dave Olsen, http://dmolsen.com
Inheritance: implements BrowscapPHP\Util\Logfile\ReaderInterface
Afficher le fichier Open project: browscap/browscap-php

Méthodes publiques

Méthode Description
read ( string $line ) : string
test ( string $line ) : boolean

Méthodes protégées

Méthode Description
getRegex ( ) : string
match ( string $line ) : array

Method Details

getRegex() abstract protected méthode

abstract protected getRegex ( ) : string
Résultat string

match() protected méthode

protected match ( string $line ) : array
$line string
Résultat array

read() public méthode

public read ( string $line ) : string
$line string
Résultat string

test() public méthode

public test ( string $line ) : boolean
$line string
Résultat boolean