コード例 #1
0
 function transformNode(eZContentObjectTreeNode $node)
 {
     if ($node instanceof eZContentObjectTreeNode) {
         $object = $node->attribute('object');
         self::$recursion = 0;
         $this->transformObject($object, $node);
     }
 }