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
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
      • Traits
    • Reflection
    • Security
    • Tokenizer
    • Utils
  • PHP
  • Tracy
    • Bridges
      • Nette
  • none

Classes

Interfaces

Exceptions

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

Class ReflectionMethod

ReflectionFunctionAbstract implements Reflector
Extended by ReflectionMethod

Direct known subclasses

Nette\Application\UI\MethodReflection, 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
# getClosure( $object )
public
# getModifiers( )
public
# invoke( $object, $args )
public
# invokeArgs( $object, array $args )
public
# getDeclaringClass( )
public
# getPrototype( )
public
# setAccessible( $value )
Methods inherited from ReflectionFunctionAbstract
getClosureScopeClass(), getClosureThis(), getDocComment(), getEndLine(), getExtension(), getExtensionName(), getFileName(), getName(), getNamespaceName(), getNumberOfParameters(), getNumberOfRequiredParameters(), getParameters(), getShortName(), getStartLine(), getStaticVariables(), inNamespace(), isClosure(), isDeprecated(), isGenerator(), isInternal(), isUserDefined(), isVariadic(), 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.4-20180918 API API documentation generated by ApiGen 2.8.0