Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • ArrayIterator
  • ArrayObject
  • CachingIterator
  • DateTime
  • FilterIterator
  • IteratorIterator
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

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

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class ReflectionClass

ReflectionClass implements Reflector

Direct known subclasses

NClassReflection
PHP Extension: Reflection
Documented at php.net
Methods summary
public static
# export( $argument, $return )
public
# __construct( $argument )
public
# __toString( )
public
# getName( )
public
# isInternal( )
public
# isUserDefined( )
public
# isInstantiable( )
public
# getFileName( )
public
# getStartLine( )
public
# getEndLine( )
public
# getDocComment( )
public
# getConstructor( )
public
# hasMethod( $name )
public
# getMethod( $name )
public
# getMethods( $filter )
public
# hasProperty( $name )
public
# getProperty( $name )
public
# getProperties( $filter )
public
# hasConstant( $name )
public
# getConstants( )
public
# getConstant( $name )
public
# getInterfaces( )
public
# getInterfaceNames( )
public
# isInterface( )
public
# isAbstract( )
public
# isFinal( )
public
# getModifiers( )
public
# isInstance( $object )
public
# newInstance( $args )
public
# newInstanceArgs( array $args )
public
# getParentClass( )
public
# isSubclassOf( $class )
public
# getStaticProperties( )
public
# getStaticPropertyValue( $name, $default )
public
# setStaticPropertyValue( $name, $value )
public
# getDefaultProperties( )
public
# isIterateable( )
public
# implementsInterface( $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 ''
#
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0