PHP 클래스 BrowscapPHP\Util\Logfile\ReaderCollection

저자: Dave Olsen, http://dmolsen.com
상속: implements BrowscapPHP\Util\Logfile\ReaderInterface
파일 보기 프로젝트 열기: browscap/browscap-php 1 사용 예제들

공개 메소드들

메소드 설명
addReader ( BrowscapPHP\Util\Logfile\ReaderInterface $reader ) : ReaderCollection adds a new reader to this collection
read ( string $line ) : string
test ( string $line ) : boolean

메소드 상세

addReader() 공개 메소드

adds a new reader to this collection
public addReader ( BrowscapPHP\Util\Logfile\ReaderInterface $reader ) : ReaderCollection
$reader BrowscapPHP\Util\Logfile\ReaderInterface
리턴 ReaderCollection

read() 공개 메소드

public read ( string $line ) : string
$line string
리턴 string

test() 공개 메소드

public test ( string $line ) : boolean
$line string
리턴 boolean