1 | <?php |
||
8 | abstract class StructureNode extends StructurePage |
||
9 | { |
||
10 | /** |
||
11 | * By default this is true.. |
||
12 | * |
||
13 | * @deprecated Using the isStructureNode method is deprecated in KunstmaanNodeBundle 5.2 and will be removed in KunstmaanNodeBundle 6.0. use isStructurePage. |
||
14 | */ |
||
15 | public function isStructureNode() |
||
19 | } |
||
20 |