| 1 | <?php |
||
| 19 | final class MatcherDictionary implements MatcherContainer |
||
| 20 | { |
||
| 21 | use MatcherLookupTable; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Create matcher dictionary. |
||
| 25 | * |
||
| 26 | * @param array matcher classes |
||
| 27 | */ |
||
| 28 | public function __construct(array $matchers) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Count elements of an matcher class. |
||
| 35 | * |
||
| 36 | * @return int |
||
| 37 | */ |
||
| 38 | public function count() |
||
| 42 | } |
||
| 43 |