PHP 클래스 Browscap\Filter\LiteFilter

저자: Thomas Müller ([email protected])
상속: implements Browscap\Filter\FilterInterface
파일 보기 프로젝트 열기: browscap/browscap 1 사용 예제들

공개 메소드들

메소드 설명
getType ( ) : string returns the Type of the filter
isOutput ( Division $division ) : boolean checks if a division should be in the output
isOutputProperty ( string $property, Browscap\Writer\WriterInterface $writer = null ) : boolean checks if a property should be in the output
isOutputSection ( array $section ) : boolean checks if a section should be in the output

메소드 상세

getType() 공개 메소드

returns the Type of the filter
public getType ( ) : string
리턴 string

isOutput() 공개 메소드

checks if a division should be in the output
public isOutput ( Division $division ) : boolean
$division Browscap\Data\Division
리턴 boolean

isOutputProperty() 공개 메소드

checks if a property should be in the output
public isOutputProperty ( string $property, Browscap\Writer\WriterInterface $writer = null ) : boolean
$property string
$writer Browscap\Writer\WriterInterface
리턴 boolean

isOutputSection() 공개 메소드

checks if a section should be in the output
public isOutputSection ( array $section ) : boolean
$section array
리턴 boolean