Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • NArrayTools
  • NCallback
  • NComponent
  • NComponentContainer
  • NConfigurator
  • NDateTime53
  • NDebug
  • NEnvironment
  • NFramework
  • NFreezableObject
  • NGenericRecursiveIterator
  • NImage
  • NImageMagick
  • NInstanceFilterIterator
  • NObject
  • NObjectMixin
  • NPaginator
  • NRecursiveComponentIterator
  • NServiceLocator
  • NSmartCachingIterator
  • NString
  • NTools

Interfaces

  • IComponent
  • IComponentContainer
  • IDebuggable
  • IServiceLocator
  • ITranslator

Exceptions

  • NAmbiguousServiceException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class NObjectMixin

NObject behaviour mixin.

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

Static class - cannot be instantiated.

Static class - cannot be instantiated.

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

Call to undefined method.

Call to undefined method.

Parameters

$_this
string
method name
$name
array
arguments
$args

Returns

mixed

Throws

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

Returns property value.

Returns property value.

Parameters

$_this
string
property name
$name

Returns

mixed
property value

Throws

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

Sets value of a property.

Sets value of a property.

Parameters

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

Throws

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

Is property defined?

Is property defined?

Parameters

$_this
string
property name
$name

Returns

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