library-ts/browser/text/lexer/PHPClasses.ts

8 lines
117 B
TypeScript

export class PHPClasses
{
static list:string[] =
[
"ReflectionClass",
"ReflectionNamedType"
]
}