예제 #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) . ';';
 }