Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • PHP
  • Tracy
    • Bridges
      • Nette

Classes

Interfaces

Exceptions

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

Class ReflectionMethod

ReflectionFunctionAbstract implements Reflector
Extended by ReflectionMethod

Direct known subclasses

Nette\Reflection\Method
PHP Extension: Reflection
Documented at php.net
Methods summary
public static
# export( $class, $name, $return )
public
# __construct( $class_or_method, $name )
public
# __toString( )
public
# isPublic( )
public
# isPrivate( )
public
# isProtected( )
public
# isAbstract( )
public
# isFinal( )
public
# isStatic( )
public
# isConstructor( )
public
# isDestructor( )
public
# getModifiers( )
public
# invoke( $object, $args )
public
# invokeArgs( $object, array $args )
public
# getDeclaringClass( )
public
# getPrototype( )
public
# setAccessible( $value )
Methods inherited from ReflectionFunctionAbstract
getDocComment(), getEndLine(), getExtension(), getExtensionName(), getFileName(), getName(), getNamespaceName(), getNumberOfParameters(), getNumberOfRequiredParameters(), getParameters(), getShortName(), getStartLine(), getStaticVariables(), inNamespace(), isClosure(), isDeprecated(), isInternal(), isUserDefined(), returnsReference()
Constants summary
integer IS_STATIC
#1
integer IS_PUBLIC
#256
integer IS_PROTECTED
#512
integer IS_PRIVATE
#1024
integer IS_ABSTRACT
#2
integer IS_FINAL
#4
Properties summary
public string $name
#''
public string $class
#''
Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0