Packages

  • Nette
    • Application
      • Application\Diagnostics
      • Application\Responses
      • Application\Routers
      • Application\UI
    • Caching
      • Caching\Storages
    • ComponentModel
    • Config
    • Database
      • Database\Diagnostics
      • Database\Drivers
      • Database\Reflection
      • Database\Table
    • DI
    • Diagnostics
    • Forms
      • Forms\Controls
      • Forms\Rendering
    • Http
    • Iterators
    • Latte
      • Latte\Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • None
  • PHP

Classes

  • NArrayHash
  • NArrayList
  • NCallback
  • NConfigurator
  • NDateTime53
  • NFramework
  • NFreezableObject
  • NImage
  • NObject
  • NObjectMixin

Interfaces

  • IFreezable

Exceptions

  • ArgumentOutOfRangeException
  • DeprecatedException
  • DirectoryNotFoundException
  • FatalErrorException
  • FileNotFoundException
  • InvalidStateException
  • IOException
  • MemberAccessException
  • NotImplementedException
  • NotSupportedException
  • NStaticClassException
  • Overview
  • Package
  • Class
  • Tree

Class NObjectMixin

NObject behaviour mixin.

Final
Package: Nette
Author: David Grudl
Located at common/ObjectMixin.php
Methods summary
final public
# __construct( )

Static class - cannot be instantiated.

Static class - cannot be instantiated.

public static mixed
# call( object $_this, string $name, array $args )

Call to undefined method.

Call to undefined method.

Parameters

$_this
object
$name
string
method name
$args
array
arguments

Returns

mixed

Throws

MemberAccessException
public static mixed
# callStatic( object $class, string $name, array $args )

Call to undefined static method.

Call to undefined static method.

Parameters

$class
object
$name
string
method name
$args
array
arguments

Returns

mixed

Throws

MemberAccessException
public static mixed &
# get( object $_this, string $name )

Returns property value.

Returns property value.

Parameters

$_this
object
$name
string
property name

Returns

mixed
property value

Throws

MemberAccessException
if the property is not defined.
public static
# set( object $_this, string $name, mixed $value )

Sets value of a property.

Sets value of a property.

Parameters

$_this
object
$name
string
property name
$value
mixed
property value

Throws

MemberAccessException
if the property is not defined or is read-only
public static
# remove( object $_this, string $name )

Throws exception.

Throws exception.

Parameters

$_this
object
$name
string
property name

Throws

MemberAccessException
public static boolean
# has( object $_this, string $name )

Is property defined?

Is property defined?

Parameters

$_this
object
$name
string
property name

Returns

boolean
Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0