| 1 | <?php |
||
| 21 | class SimpleDirective extends Directive implements DirectiveInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Confirms if the directive contains a specified directive. |
||
| 25 | * |
||
| 26 | * @param string $name the directive for which to check existence |
||
| 27 | * |
||
| 28 | * @return bool true if the sub-directive exists, false otherwise |
||
| 29 | */ |
||
| 30 | public function hasDirective($name) |
||
| 34 | |||
| 35 | public function isSimple() |
||
| 39 | } |
||
| 40 |