Overview

Namespaces

  • TokenReflection
    • Broker
      • Backend
    • Dummy
    • Exception
    • Invalid
    • Php
    • Stream

Classes

  • ReflectionClass
  • ReflectionConstant
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty

Interfaces

  • IReflection
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

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
Namespace: TokenReflection\Php
Located at Php/IReflection.php
Methods summary
public static TokenReflection\Php\IReflection
# create( Reflector $internalReflection, TokenReflection\Broker $broker )

Creates a reflection instance.

Creates a reflection instance.

Parameters

$internalReflection
Reflector
$internalReflection Internal reflection instance
$broker
TokenReflection\Broker
$broker Reflection broker instance

Returns

TokenReflection\Php\IReflection
Methods inherited from TokenReflection\IReflection
__get(), __isset(), getBroker(), getName(), getPrettyName(), isInternal(), isTokenized(), isUserDefined()
PHP Token Reflection API documentation generated by ApiGen 2.8.0