CI_Hooks Class Reference

List of all members.

Public Member Functions

 CI_Hooks ()
 _initialize ()
 _call_hook ($which= '')
 _run_hook ($data)

Public Attributes

 $enabled = FALSE
 $hooks = array()
 $in_progress = FALSE


Member Function Documentation

CI_Hooks::_call_hook ( which = ''  ) 

Call Hook

Calls a particular hook

private

Parameters:
string the hook name
Returns:
mixed

CI_Hooks::_initialize (  ) 

Initialize the Hooks Preferences

private

Returns:
void

CI_Hooks::_run_hook ( data  ) 

Run Hook

Runs a particular hook

private

Parameters:
array the hook details
Returns:
bool

CI_Hooks::CI_Hooks (  ) 

Constructor


Member Data Documentation

CI_Hooks::$enabled = FALSE

CI_Hooks::$hooks = array()

CI_Hooks::$in_progress = FALSE


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

Generated on Sun Nov 16 16:09:15 2008 for CodeIgniter by  doxygen 1.5.7.1