| 1 | <?php |
||
| 20 | class Asserter extends \Hoa\Ruler\Visitor\Asserter |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param Context $context context |
||
| 24 | */ |
||
| 25 | 6 | public function __construct(Context $context = null) |
|
| 33 | |||
| 34 | 1 | public function makeAnd($lhs, $rhs) |
|
| 35 | { |
||
| 36 | 1 | return new LastCombination($lhs, $rhs); |
|
| 37 | } |
||
| 38 | |||
| 39 | 5 | public function visitModel(Model $element, &$handle = null, $eldnah = null) |
|
| 43 | } |
||
| 44 |