示例#1
0
 /**
  * Returns a unique identifier for the current node which can be used as a HTML id
  * property.
  *
  * @return string
  */
 protected function getContainerIdent()
 {
     return $this->currObj->getUniqueId();
 }