1 | <?php |
||
18 | final class NullVisitor extends LinkedVisitor |
||
19 | { |
||
20 | public function __construct() |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function canHandlerVisitee(VisiteeInterface $visitee) |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | protected function doVisit(VisiteeInterface $visitee, array $args, $fromParent = false) |
||
39 | } |
||
40 |