Namespaces

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

Classes

  • ArrayTools
  • Callback
  • Component
  • ComponentContainer
  • Configurator
  • DateTime
  • Debug
  • Environment
  • Framework
  • FreezableObject
  • GenericRecursiveIterator
  • Image
  • ImageMagick
  • InstanceFilterIterator
  • Object
  • ObjectMixin
  • Paginator
  • RecursiveComponentIterator
  • ServiceLocator
  • SmartCachingIterator
  • String
  • Tools

Interfaces

  • IComponent
  • IComponentContainer
  • IDebuggable
  • IServiceLocator
  • ITranslator

Exceptions

  • AmbiguousServiceException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class ObjectMixin

Nette\Object behaviour mixin.

Final
Namespace: 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 API documentation generated by ApiGen 2.3.0