Beispiel #1
0
 /**
  * Returns the doc comment for this item or <b>null</b>.
  *
  * @return string
  */
 public function getDocComment()
 {
     return $this->fieldDeclaration->getComment();
 }