| 1 | <?php |
||
| 20 | class NullNode extends AbstractNode implements SingletonInterface |
||
| 21 | { |
||
| 22 | use FacadeInstanceTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | public function getCssResult() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | public function getJavaScriptResult() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @inheritdoc |
||
| 42 | */ |
||
| 43 | public function getPhpResult(PhpConditionDataObject $dataObject) |
||
| 47 | } |
||
| 48 |