Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none
  • PHP

Classes

Interfaces

Exceptions

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class ReflectionClass

ReflectionClass implements Reflector

Direct known subclasses

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

Implementation of

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

Implementation of

Reflector::__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 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0