Esempio n. 1
0
 /**
  * Returns <b>true</b> if this node is marked as public, otherwise the
  * returned value will be <b>false</b>.
  *
  * @return boolean
  */
 public function isPublic()
 {
     return $this->fieldDeclaration->isPublic();
 }