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