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

Interfaces

Exceptions

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

Class ObjectMixin

Object behaviour mixin.

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() implementation.

__call() implementation.

Parameters

$_this
object
$name
string
$args
array

Returns

mixed

Throws

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

__call() implementation for entities.

__call() implementation for entities.

Parameters

$_this
object
$name
string
$args
array

Returns

mixed

Throws

MemberAccessException
public static
# callStatic( string $class, string $method, array $args )

__callStatic() implementation.

__callStatic() implementation.

Parameters

$class
string
$method
string
$args
array

Throws

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

__get() implementation.

__get() implementation.

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 )

__set() implementation.

__set() implementation.

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 )

__unset() implementation.

__unset() implementation.

Parameters

$_this
object
$name
string
property name

Throws

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

__isset() implementation.

__isset() implementation.

Parameters

$_this
object
$name
string
property name

Returns

boolean
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0