1 | <?php |
||
12 | class IfSet implements Processor |
||
13 | { |
||
14 | use Processor\Implementation, |
||
15 | Helper\GetByReference |
||
16 | { |
||
17 | Helper\GetByReference::withSourceAndTarget insteadof Processor\Implementation; |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Apply processing to a single node |
||
22 | * |
||
23 | * @param Node $node |
||
24 | */ |
||
25 | public function applyToNode(Node $node) |
||
43 | } |
||
44 |