ConditionMatcherInterface
Used for TypoScript Conditions to be evaluated.
Table of Contents
Methods
- match() : bool
- Matches a TypoScript condition expression.
Methods
match()
Matches a TypoScript condition expression.
    public
                    match(string $expression) : bool
    Parameters
- $expression : string
- 
                    The expression to match 
Return values
bool —Whether the expression matched