LowerCase
in package
implements
TokenFilterInterface
Lower case Token filter.
Tags
Table of Contents
Interfaces
- TokenFilterInterface
- Token filter converts (normalizes) Token ore removes it from a token stream.
Methods
- normalize() : Token
- Normalize Token or remove it (if null is returned)
Methods
normalize()
Normalize Token or remove it (if null is returned)
public
normalize(Token $srcToken) : Token
Parameters
- $srcToken : Token