__call |
( |
|
$method, |
|
|
|
$args = array() |
|
) |
| |
__call magic method
Handles access to the parent driver library's methods
public
- Parameters
-
- Returns
- mixed
__get magic method
Handles reading of the parent driver library's properties
- Parameters
-
- Returns
- mixed
__set magic method
Handles writing to the parent driver library's properties
- Parameters
-
- Returns
- mixed
Decorate
Decorates the child with the parent driver lib's methods and properties
- Parameters
-
- Returns
- void
The documentation for this class was generated from the following file:
- system/libraries/Driver.php