LowerCaseUtf8
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
- __construct() : mixed
- Object constructor
- normalize() : Token
- Normalize Token or remove it (if null is returned)
Methods
__construct()
Object constructor
public
__construct() : mixed
Tags
normalize()
Normalize Token or remove it (if null is returned)
public
normalize(Token $srcToken) : Token
Parameters
- $srcToken : Token