Interface IReflection
Basic internal reflection interface.
Common interface for all internal reflection classes.
- TokenReflection\Php\IReflection implements TokenReflection\IReflection
Direct known implementers
TokenReflection\Php\ReflectionClass, TokenReflection\Php\ReflectionConstant, TokenReflection\Php\ReflectionExtension, TokenReflection\Php\ReflectionFunction, TokenReflection\Php\ReflectionMethod, TokenReflection\Php\ReflectionParameter, TokenReflection\Php\ReflectionProperty
public static
|
#
create( Reflector $internalReflection,
Creates a reflection instance. |
__get(),
__isset(),
getBroker(),
getName(),
getPrettyName(),
isInternal(),
isTokenized(),
isUserDefined()
|