| 1 | <?php namespace HSkrasek\JsonSchema; |
||
| 6 | class ValidatorPasses extends Constraint |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * @param Validator $other |
||
| 10 | * |
||
| 11 | * @return bool |
||
| 12 | */ |
||
| 13 | protected function matches($other) |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Returns a string representation of the object. |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function toString() |
||
| 27 | |||
| 28 | protected function failureDescription($other) |
||
| 32 | } |
||
| 33 |