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
  • PHP

Classes

  • NPhpClassType
  • NPhpHelpers
  • NPhpLiteral
  • NPhpMethod
  • NPhpParameter
  • NPhpProperty
  • Overview
  • Package
  • Class
  • Tree

Class NPhpClassType

Class/Interface/Trait description.

NObject
Extended by NPhpClassType
Package: Nette\Utils\PhpGenerator
Author: David Grudl
Located at Utils/PhpGenerator/ClassType.php
Methods summary
public
# __construct( $name )
public NPhpClassType
# addConst( $name, $value )

Returns

NPhpClassType
public NPhpProperty
# addProperty( $name, $value = NULL )

Returns

NPhpProperty
public NPhpMethod
# addMethod( $name )

Returns

NPhpMethod
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

NObject::__call
public string
# __toString( )

Returns

string
PHP code
Methods inherited from NObject
__callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public string $name
#
public string $type 'class'
#

class|interface|trait

class|interface|trait

public boolean $final
#
public boolean $abstract
#
public array $extends array()
#

of string

of string

public array $implements array()
#

of string

of string

public array $traits array()
#

of string

of string

public array $documents array()
#

of string

of string

public array $consts array()
#

of name => value

of name => value

public array $properties array()
#

of name => Property

of name => Property

public array $methods array()
#

of name => Method

of name => Method

Nette Framework 2.0.1 (for PHP 5.2, prefixed) API API documentation generated by ApiGen 2.7.0