PHP Class Browscap\Filter\LiteFilter

Author: Thomas Müller ([email protected])
Inheritance: implements Browscap\Filter\FilterInterface
Afficher le fichier Open project: browscap/browscap Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

getType() public méthode

returns the Type of the filter
public getType ( ) : string
Résultat string

isOutput() public méthode

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

isOutputProperty() public méthode

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
Résultat boolean

isOutputSection() public méthode

checks if a section should be in the output
public isOutputSection ( array $section ) : boolean
$section array
Résultat boolean