Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • ArrayIterator
  • Closure
  • DOMDocument
  • DOMElement
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • ReflectionClass
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • SimpleXMLElement
  • SplObjectStorage

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • SessionHandlerInterface
  • Traversable

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfBoundsException
  • OverflowException
  • PDOException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class
  • Tree

Class ReflectionClass

ReflectionClass implements Reflector
PHP Extension: Reflection
Documented at php.net
Methods summary
public static
# export( mixed $argument, mixed $return )

Implementation of

Reflector::export()
public
# __construct( mixed $argument )
public
# __toString( )

Implementation of

Reflector::__toString()
public
# getName( )
public
# isInternal( )
public
# isUserDefined( )
public
# isInstantiable( )
public
# isCloneable( )
public
# getFileName( )
public
# getStartLine( )
public
# getEndLine( )
public
# getDocComment( )
public
# getConstructor( )
public
# hasMethod( mixed $name )
public
# getMethod( mixed $name )
public
# getMethods( mixed $filter )
public
# hasProperty( mixed $name )
public
# getProperty( mixed $name )
public
# getProperties( mixed $filter )
public
# hasConstant( mixed $name )
public
# getConstants( )
public
# getConstant( mixed $name )
public
# getInterfaces( )
public
# getInterfaceNames( )
public
# isInterface( )
public
# getTraits( )
public
# getTraitNames( )
public
# getTraitAliases( )
public
# isTrait( )
public
# isAbstract( )
public
# isFinal( )
public
# getModifiers( )
public
# isInstance( mixed $object )
public
# newInstance( mixed $args )
public
# newInstanceWithoutConstructor( )
public
# newInstanceArgs( array $args )
public
# getParentClass( )
public
# isSubclassOf( mixed $class )
public
# getStaticProperties( )
public
# getStaticPropertyValue( mixed $name, mixed $default )
public
# setStaticPropertyValue( mixed $name, mixed $value )
public
# getDefaultProperties( )
public
# isIterateable( )
public
# implementsInterface( mixed $interface )
public
# getExtension( )
public
# getExtensionName( )
public
# inNamespace( )
public
# getNamespaceName( )
public
# getShortName( )
Constants summary
integer IS_IMPLICIT_ABSTRACT 16
#
integer IS_EXPLICIT_ABSTRACT 32
#
integer IS_FINAL 64
#
Properties summary
public string $name ''
#
Ratchet API documentation generated by ApiGen 2.8.0