示例#1
0
 /**
  * Get the URI label.
  *
  * @return string
  */
 public function uriLabel()
 {
     return $this->value->getUriLabel();
 }
 /**
  * {@inheritDoc}
  */
 public function getUriLabel()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUriLabel', array());
     return parent::getUriLabel();
 }