コード例 #1
0
ファイル: Property.php プロジェクト: xamiro-dev/xamiro
 /**
  * Returns all annotations.
  * @return XApp_Reflection_IAnnotation[][]
  */
 public function getAnnotations()
 {
     return XApp_Reflection_AnnotationsParser::getAll($this);
 }