Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • 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 )
public array
# getDefaultParameters( )

Returns

array
public mixed
# invokeNamedArgs( array $args )

Invokes function using named parameters.

Invokes function using named parameters.

Parameters

$args
array

Returns

mixed
public Nette\Callback
# toCallback( )

Returns

Nette\Callback
public
# __toString( )
public
# getClosure( )
public Nette\Reflection\Extension
# getExtension( )

Returns

Nette\Reflection\Extension
public
# 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.0beta1 API API documentation generated by ApiGen 2.3.0