PHP Class BrowscapPHP\Util\Logfile\ReaderCollection

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

Méthodes publiques

Méthode Description
addReader ( BrowscapPHP\Util\Logfile\ReaderInterface $reader ) : ReaderCollection adds a new reader to this collection
read ( string $line ) : string
test ( string $line ) : boolean

Method Details

addReader() public méthode

adds a new reader to this collection
public addReader ( BrowscapPHP\Util\Logfile\ReaderInterface $reader ) : ReaderCollection
$reader BrowscapPHP\Util\Logfile\ReaderInterface
Résultat ReaderCollection

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