The Reflector interface
Guide
Edit on GitHub ✎
Reflector is an interface implemented by all exportable Reflection classes.
Intro
Reflector is an interface implemented by all exportable Reflection classes.
Interfacesynopsis
implements Reflector extends Stringable { }
Changelog
| Version | Description |
|---|---|
| 8.0.0 | Reflector::export was removed. |
| 8.0.0 | Reflector extends Stringable now. It inherits Stringable::__toString, replacing Reflector::__toString. |
See Also
Reflector::export
Reflector