コード例 #1
0
ファイル: Clazz.php プロジェクト: hslatman/phan
 /**
  * @return Property[]
  * The list of properties on this class
  */
 public function getPropertyMap(CodeBase $code_base) : array
 {
     return $code_base->getPropertyMapForScope($this->getFQSEN());
 }