메소드 |
설명 |
|
__get ( string $name ) : mixed |
Wrapper for get() |
|
__isset ( string $name ) : boolean |
Wrapper for has(). |
|
__set ( string $name, mixed $value ) : void | Mlp_Plugin_Properties |
Wrapper for set(). |
|
delete ( string $name ) : void | Inpsyde_Property_List_Interface |
Delete a key and set its name to the $deleted list. |
|
freeze ( ) : Inpsyde_Property_List_Interface |
Lock write access to this object's instance. Forever. |
|
get ( string $name ) : mixed |
Get a value. |
|
has ( string $name ) : boolean |
Check if property exists. |
|
has_parent ( ) : boolean |
Test if the current instance has a parent. |
|
is_frozen ( ) : boolean |
Test from outside if an object has been frozen. |
|
set ( string $name, mixed $value ) : void | Mlp_Plugin_Properties |
Set new value. |
|
set_parent ( Inpsyde_Property_List_Interface $object ) : Inpsyde_Property_List_Interface |
Set parent object. Properties of this object will be inherited. |
|