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 ReflectionMethod

ReflectionFunctionAbstract implements Reflector
Extended by ReflectionMethod

Direct known subclasses

NMethodReflection
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 Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0