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

8 lines
117 B
TypeScript
Raw Normal View History

2025-03-08 08:16:54 +00:00
export class PHPClasses
{
static list:string[] =
[
"ReflectionClass",
"ReflectionNamedType"
]
}