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

Classes

Interfaces

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

Class FunctionReflection

Reports information about a function.

ReflectionFunctionAbstract implements Reflector
Extended by ReflectionFunction
Extended by FunctionReflection
Package: Nette\Reflection
Author: David Grudl
Located at Reflection/GlobalFunction.php
Methods summary
public
# __construct( $name )

Overrides

ReflectionFunction::__construct()
public Callback
# toCallback( )

Returns

Callback
public
# __toString( )

Overrides

ReflectionFunction::__toString()
public
# getClosure( )
public ExtensionReflection
# getExtension( )

Returns

ExtensionReflection

Overrides

ReflectionFunctionAbstract::getExtension()
public ParameterReflection[]
# getParameters( )

Returns

ParameterReflection[]

Overrides

ReflectionFunctionAbstract::getParameters()
public ClassReflection
# getReflection( )

Returns

ClassReflection
public
# __call( $name, $args )
public &
# __get( $name )
public
# __set( $name, $value )
public
# __isset( $name )
public
# __unset( $name )
Methods inherited from ReflectionFunction
export(), invoke(), invokeArgs(), isDisabled()
Methods inherited from ReflectionFunctionAbstract
getDocComment(), getEndLine(), getExtensionName(), getFileName(), getName(), getNamespaceName(), getNumberOfParameters(), getNumberOfRequiredParameters(), getShortName(), getStartLine(), getStaticVariables(), inNamespace(), isClosure(), isDeprecated(), isInternal(), isUserDefined(), returnsReference()
Constants inherited from ReflectionFunction
IS_DEPRECATED
Properties inherited from ReflectionFunction
$name
Magic properties summary
public read-only array $defaultParameters
#
public read-only boolean $closure
#
public read-only ExtensionReflection $extension
#
public read-only boolean $disabled
#
public read-only boolean $deprecated
#
public read-only boolean $internal
#
public read-only boolean $userDefined
#
public read-only string $docComment
#
public read-only integer $endLine
#
public read-only string $extensionName
#
public read-only string $fileName
#
public read-only string $name
#
public read-only string $namespaceName
#
public read-only integer $numberOfParameters
#
public read-only integer $numberOfRequiredParameters
#
public read-only string $shortName
#
public read-only integer $startLine
#
public read-only array $staticVariables
#
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0