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

  • ClassType
  • Helpers
  • Method
  • Parameter
  • PhpLiteral
  • Property
  • Overview
  • Namespace
  • Class
  • Tree

Class Parameter

Method parameter description.

Nette\Object
Extended by Nette\Utils\PhpGenerator\Parameter
Namespace: Nette\Utils\PhpGenerator
Author: David Grudl
Located at Utils/PhpGenerator/Parameter.php
Methods summary
public mixed
# __call( string $name, array $args )

Call to undefined method.

Call to undefined method.

Parameters

$name
string
method name
$args
array
arguments

Returns

mixed

Throws

MemberAccessException

Overrides

Nette\Object::__call
Methods inherited from Nette\Object
__callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public string $name
#
public boolean $reference
#
public string $typeHint
#
public boolean $optional
#
public mixed $defaultValue
#
Nette Framework 2.0.3 API API documentation generated by ApiGen 2.7.0