1
0
mirror of synced 2025-01-29 19:41:45 +03:00
This commit is contained in:
romanb 2007-08-18 20:04:33 +00:00
parent 003e6ad163
commit 6d4f7da224

View File

@ -123,7 +123,7 @@ $record->getNode()->moveAsLastChildOf($someOtherRecord);
...
</code>
There are 4 move methods: moveAsLastChildOf($other), moveAsFirstChildOf($other), moveAsPreviousSiblingOf($other) and moveAsNextSiblingOf($other). The method names are self-explanatory.
There are 4 move methods: moveAsLastChildOf($other), moveAsFirstChildOf($other), moveAsPrevSiblingOf($other) and moveAsNextSiblingOf($other). The method names are self-explanatory.
++++ Examining a node