mixed get(
[string
$property = null], [mixed
$default = null])
|
|
Get the object properties
If no property name is given then the function will return an associative array of all properties.
If the property does not exist and a default value is specified this is returned, otherwise the function return NULL.
Tags:
Overridden in child classes as:
- KModelAbstract::get()
- Get the model state properties
Parameters:
Get a handle for this object
This function returns an unique identifier for the object. This id can be used as a hash key for storing objects or for identifying an object
Tags:
Overridden in child classes as:
- KFilterAbstract::getHandle()
- Get a handle for this object
Implementation of:
- KObjectHandlable::getHandle()
- Get the object handle
Get a list of all the available methods
This function returns an array of all the methods, both native and mixed in
Tags:
Overridden in child classes as:
- KObjectDecorator::getMethods()
- Get a list of all the available methods
Mixin an object
When using mixin(), the calling object inherits the methods of the mixed in objects, in a LIFO order.
Tags:
Overridden in child classes as:
- KControllerAbstract::mixin()
- Mixin an object
Parameters: