Overview

Namespaces

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

Classes

  • Broker
  • ReflectionAnnotation
  • ReflectionBase
  • ReflectionClass
  • ReflectionConstant
  • ReflectionElement
  • ReflectionFile
  • ReflectionFileNamespace
  • ReflectionFunction
  • ReflectionFunctionBase
  • ReflectionMethod
  • ReflectionNamespace
  • ReflectionParameter
  • ReflectionProperty
  • Resolver

Interfaces

  • IReflection
  • IReflectionClass
  • IReflectionConstant
  • IReflectionExtension
  • IReflectionFunction
  • IReflectionFunctionBase
  • IReflectionMethod
  • IReflectionNamespace
  • IReflectionParameter
  • IReflectionProperty
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Interface IReflection

Basic TokenReflection interface.

Direct known implementers

TokenReflection\IReflectionClass, TokenReflection\IReflectionConstant, TokenReflection\IReflectionExtension, TokenReflection\IReflectionFunctionBase, TokenReflection\IReflectionNamespace, TokenReflection\IReflectionParameter, TokenReflection\IReflectionProperty, TokenReflection\Php\IReflection, TokenReflection\ReflectionBase

Indirect known implementers

TokenReflection\Dummy\ReflectionClass, TokenReflection\Invalid\ReflectionClass, TokenReflection\Php\ReflectionMethod, TokenReflection\Php\ReflectionParameter, TokenReflection\Php\ReflectionProperty, TokenReflection\ReflectionClass, TokenReflection\ReflectionConstant, TokenReflection\ReflectionElement, TokenReflection\ReflectionFile, TokenReflection\ReflectionFileNamespace, TokenReflection\ReflectionFunction, TokenReflection\ReflectionFunctionBase, TokenReflection\Invalid\ReflectionConstant, TokenReflection\ReflectionMethod, TokenReflection\ReflectionNamespace, TokenReflection\ReflectionParameter, TokenReflection\ReflectionProperty, TokenReflection\Invalid\ReflectionFunction, TokenReflection\IReflectionFunction, TokenReflection\IReflectionMethod, TokenReflection\Php\ReflectionClass, TokenReflection\Php\ReflectionConstant, TokenReflection\Php\ReflectionExtension, TokenReflection\Php\ReflectionFunction
Namespace: TokenReflection
Located at IReflection.php
Methods summary
public string
# getName( )

Returns the name (FQN).

Returns the name (FQN).

Returns

string
public boolean
# isInternal( )

Returns if the reflection object is internal.

Returns if the reflection object is internal.

Returns

boolean
public boolean
# isUserDefined( )

Returns if the reflection object is user defined.

Returns if the reflection object is user defined.

Returns

boolean
public boolean
# isTokenized( )

Returns if the current reflection comes from a tokenized source.

Returns if the current reflection comes from a tokenized source.

Returns

boolean
public TokenReflection\Broker
# getBroker( )

Returns the reflection broker used by this reflection object.

Returns the reflection broker used by this reflection object.

Returns

TokenReflection\Broker
public mixed
# __get( string $key )

Magic __get method.

Magic __get method.

Parameters

$key
string
$key Variable name

Returns

mixed
public boolean
# __isset( string $key )

Magic __isset method.

Magic __isset method.

Parameters

$key
string
$key Variable name

Returns

boolean
public string
# getPrettyName( )

Returns an element pretty (docblock compatible) name.

Returns an element pretty (docblock compatible) name.

Returns

string
PHP Token Reflection API documentation generated by ApiGen 2.8.0