Reflector.hx 120 B

123456
  1. package php.reflection;
  2. @:native('Reflector')
  3. extern interface Reflector {
  4. public function __toString() : String;
  5. }