My Project
 All Data Structures Namespaces Functions Variables
Public Member Functions | Protected Attributes
CI_Driver Class Reference
Inheritance diagram for CI_Driver:
CI_Cache_apc CI_Cache_dummy CI_Cache_file CI_Cache_memcached

Public Member Functions

 decorate ($parent)
 
 __call ($method, $args=array())
 
 __get ($var)
 
 __set ($var, $val)
 

Protected Attributes

 $parent
 

Member Function Documentation

__call (   $method,
  $args = array() 
)

__call magic method

Handles access to the parent driver library's methods

public

Parameters
string
array
Returns
mixed
__get (   $var)

__get magic method

Handles reading of the parent driver library's properties

Parameters
string
Returns
mixed
__set (   $var,
  $val 
)

__set magic method

Handles writing to the parent driver library's properties

Parameters
string
array
Returns
mixed
decorate (   $parent)

Decorate

Decorates the child with the parent driver lib's methods and properties

Parameters
object
Returns
void

The documentation for this class was generated from the following file: