Class PatternMatcher
PatternMatcher determines if an actual string value matches a regular expression.
-
Peridot\Leo\Matcher\AbstractMatcher
implements
Peridot\Leo\Matcher\MatcherInterface
-
Peridot\Leo\Matcher\PatternMatcher
Methods summary
protected
mixed
|
#
doMatch( mixed $actual )
Match the actual value against a regular expression
Match the actual value against a regular expression
Parameters
Returns
mixed
|
public
Peridot\Leo\Matcher\Template\TemplateInterface
|
#
getDefaultTemplate( )
Return a default TemplateInterface if none was set.
Return a default TemplateInterface if none was set.
Returns
|