FeatureFilterInterface
in
Feature filter interface.
Tags
Table of Contents
Methods
- filterFeature() : FeatureNode
- Filters feature according to the filter and returns new one.
- isFeatureMatch() : bool
- Checks if Feature matches specified filter.
Methods
filterFeature()
Filters feature according to the filter and returns new one.
public
filterFeature(FeatureNode $feature) : FeatureNode
Parameters
- $feature : FeatureNode
Return values
FeatureNodeisFeatureMatch()
Checks if Feature matches specified filter.
public
isFeatureMatch(FeatureNode $feature) : bool
Parameters
- $feature : FeatureNode
-
Feature instance