Пример #1
0
 /**
  * Returns an up to LABEL_MAXIMUM_LENGTH characters long plain text description of this node
  *
  * @return string
  */
 public function getLabel()
 {
     return $this->nodeData->getLabel();
 }