19 require_once(BASE.
"wcmf/lib/presentation/format/class.IFormat.php");
40 if (!is_array($this->_deserializedNodes))
41 $this->_deserializedNodes = array();
43 if (!isset($this->_deserializedNodes[$oid]))
54 $node =
new Node($type);
57 $this->_deserializedNodes[$oid] = &$node;
59 return $this->_deserializedNodes[$oid];
Node is the basic component for building trees (although a Node can have one than more parents)...
getOIDParameter($oid, $param, $validate=true)