Browscap\Filter\FilterInterface::isOutputProperty PHP Method

isOutputProperty() public method

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
return boolean
    public function isOutputProperty($property, WriterInterface $writer = null);