示例#1
0
文件: phpx.php 项目: jaz303/phpx
 public static function export_class_annotation(ClassDef $def)
 {
     return '$GLOBALS[\'__PHPX_ANNOTATIONS__\'][\'' . $def->get_qualified_name() . '\'] = ' . var_export($def->get_annotation(), true) . ';';
 }