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

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

Class PhpProperty

Class property description.

Object
Extended by PhpProperty
Package: Nette\Utils\PhpGenerator
Author: David Grudl
Located at Utils/PhpGenerator/Property.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

Object::__call()
Methods inherited from Object
__callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Magic methods summary
public Property
# setName( string $name )

Parameters

$name
string
$name

Returns

Property
public Property
# setValue( mixed $value )

Parameters

$value
mixed
$value

Returns

Property
public Property
# setStatic( boolean $on )

Parameters

$on
boolean
$on

Returns

Property
public Property
# setVisibility( string $access )

Parameters

$access
string
$access

Returns

Property
public Property
# addDocument( string $doc )

Parameters

$doc
string
$doc

Returns

Property
Properties summary
public string $name
#
public mixed $value
#
public boolean $static
#
public string $visibility 'public'
#

public|protected|private

public|protected|private

public array $documents array()
#

of string

of string

Magic properties inherited from Object
$reflection
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0