コード例 #1
0
ファイル: Clazz.php プロジェクト: hslatman/phan
 /**
  * @return Constant[]
  * The constants associated with this class
  */
 public function getConstantMap(CodeBase $code_base) : array
 {
     return $code_base->getConstantMapForScope($this->getFQSEN());
 }