Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • Tracy
    • Bridges
      • Nette

Classes

  • ClassType
  • Helpers
  • Method
  • Parameter
  • PhpFile
  • PhpLiteral
  • PhpNamespace
  • Property
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Property

Class property description.

Nette\Object
Extended by Nette\PhpGenerator\Property
Namespace: Nette\PhpGenerator
Located at PhpGenerator/Property.php
Methods summary
public static Nette\PhpGenerator\Property
# from( ReflectionProperty $from )

Returns

Nette\PhpGenerator\Property
self
public
# __construct( string $name = '' )

Parameters

$name
$
public Nette\PhpGenerator\Property
# setName( string $name )

Parameters

$name
$

Returns

Nette\PhpGenerator\Property
self
public string
# getName( )

Returns

string
string
public Nette\PhpGenerator\Property
# setValue( $val )

Returns

Nette\PhpGenerator\Property
self
public mixed
# getValue( )

Returns

mixed
mixed
public Nette\PhpGenerator\Property
# setStatic( boolean $state = TRUE )

Parameters

$state

Returns

Nette\PhpGenerator\Property
self
public boolean
# isStatic( )

Returns

boolean
bool
public Nette\PhpGenerator\Property
# setVisibility( string $val )

Parameters

$val
public|protected|private

Returns

Nette\PhpGenerator\Property
self
public string
# getVisibility( )

Returns

string
string
public Nette\PhpGenerator\Property
# setComment( string|null $val )

Parameters

$val

Returns

Nette\PhpGenerator\Property
self
public string|null
# getComment( )

Returns

string|null
string|NULL
public Nette\PhpGenerator\Property
# addComment( string $val )

Parameters

$val

Returns

Nette\PhpGenerator\Property
self
public Nette\PhpGenerator\Property
# setDocuments( array $s )

Parameters

$s

Returns

Nette\PhpGenerator\Property
self
public string[]
# getDocuments( )

Returns

string[]
string[]
public Nette\PhpGenerator\Property
# addDocument( string $s )

Parameters

$s

Returns

Nette\PhpGenerator\Property
self
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public mixed $value
#
Magic properties inherited from Nette\Object
$reflection
Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0