FilterMatch uses ConstantsTrait
Table of Contents
Constants
- ALL : string = 'all'
- The 'all' match flag.
- ANY : string = 'any'
- The 'any' match flag.
- NONE : string = 'none'
- The 'none' match flag.
Constants
ALL
The 'all' match flag.
public
string
ALL
= 'all'
ANY
The 'any' match flag.
public
string
ANY
= 'any'
NONE
The 'none' match flag.
public
string
NONE
= 'none'