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