Namespaces

  • 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

  • Annotation
  • AnnotationsParser
  • ClassType
  • Extension
  • GlobalFunction
  • Method
  • Parameter
  • Property

Interfaces

  • IAnnotation
  • Overview
  • Namespace
  • Class
  • Tree

Class GlobalFunction

Reports information about a function.

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

Overrides

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

Returns

Nette\Callback
public
# __toString( )

Overrides

ReflectionFunction::__toString
public
# getClosure( )
public Nette\Reflection\Extension
# getExtension( )

Returns

Nette\Reflection\Extension

Overrides

ReflectionFunctionAbstract::getExtension
public
# getParameters( )

Overrides

ReflectionFunctionAbstract::getParameters
public static Nette\Reflection\ClassType
# getReflection( )

Returns

Nette\Reflection\ClassType
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
Nette Framework 2.0.3 API API documentation generated by ApiGen 2.7.0