Class CountableMatcher
CountableMatcher a matcher is a matcher that matches numeric values, or reduces a countable value - like array, string, or Countable - to a single numeric value.
- Peridot\Leo\Matcher\AbstractMatcher implements Peridot\Leo\Matcher\MatcherInterface
- Peridot\Leo\Matcher\CountableMatcher
Direct known subclasses
Peridot\Leo\Matcher\GreaterThanMatcher, Peridot\Leo\Matcher\GreaterThanOrEqualMatcher, Peridot\Leo\Matcher\LessThanMatcher, Peridot\Leo\Matcher\LessThanOrEqualMatcher, Peridot\Leo\Matcher\RangeMatcher
Abstract
Namespace: Peridot\Leo\Matcher
Package: Peridot\Leo\Matcher
Located at Matcher/CountableMatcher.php
Namespace: Peridot\Leo\Matcher
Package: Peridot\Leo\Matcher
Located at Matcher/CountableMatcher.php
public
mixed
|
|
public
mixed
|
|
public
integer
|
|
public
|
|
protected
mixed
|
|
abstract public
|
|
abstract protected
boolean
|
__construct(),
invert(),
isNegated(),
match(),
setAssertion(),
setTemplate()
|
getDefaultTemplate()
|
protected
mixed
|
$countable
|
$assertion,
$expected,
$negated,
$template
|