コード例 #1
0
 protected function getCommentTagPrefixes()
 {
     return array_merge(parent::getCommentTagPrefixes(), array('d', 'doctrine'));
 }
コード例 #2
0
 protected function getCommentTagPrefixes()
 {
     return array_merge(parent::getCommentTagPrefixes(), array('propel'));
 }