Example #1
0
 /**
  * Returns a full length plain text description of this node
  *
  * @return string
  */
 public function getFullLabel()
 {
     return $this->nodeData->getFullLabel();
 }