Class ObjectMixin (namespace Nette)
Nette\Object behaviour mixin.
| Public Method Summary | |
|---|---|
| ObjectMixin |
__construct
()
Static class - cannot be instantiated.
|
| static mixed |
call
(string $_this, array $name, $args)
Call to undefined method.
|
| static mixed |
extensionMethod
(string $class, string $name, [mixed $callback =
NULL])
Adding method to class.
|
| static & mixed |
get
(string $_this, $name)
Returns property value.
|
| static bool |
has
(string $_this, $name)
Is property defined?
|
| static void |
set
(string $_this, mixed $name, $value)
Sets value of a property.
|
| Method Details | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 49 __constructpublic ObjectMixin __construct () Static class - cannot be instantiated.
|
||||||||||||||||||||||||
|
line 64 callpublic static mixed call (string $_this, array $name, $args) Call to undefined method.
|
||||||||||||||||||||||||
|
line 110 extensionMethodpublic static mixed extensionMethod (string $class, string $name, [mixed $callback = Adding method to class.
|
||||||||||||||||||||||||
|
line 172 getpublic static mixed & get (string $_this, $name) Returns property value.
|
||||||||||||||||||||||||
|
line 257 haspublic static bool has (string $_this, $name) Is property defined?
|
||||||||||||||||||||||||
|
line 219 setpublic static void set (string $_this, mixed $name, $value) Sets value of a property.
|
||||||||||||||||||||||||
