interface FrameFilterInterface implements FilterInterface
Methods
integer |
getPriority()
Returns the priority of the filter. |
from FilterInterface |
apply(Frame $frame)
|
Details
in FilterInterface at line 21
public integer
getPriority()
Returns the priority of the filter.
at line 19
public
apply(Frame $frame)