Event Class Reference

Public Member Functions

 __construct ($type, $args=null)
 getEventType ()
 getArgs ()
 send ()

Private Attributes

 $_type
 $_args

Detailed Description

Event used within event manager architecture public

Definition at line 26 of file event.lib.php.


Constructor & Destructor Documentation

__construct ( type,
args = null 
)

constructor public

Parameters:
$type string event type
$args array extra parameters

Definition at line 39 of file event.lib.php.


Member Function Documentation

getArgs (  ) 

get extra parameters public

Returns:
array event extra parameters

Definition at line 60 of file event.lib.php.

getEventType (  ) 

get event type public

Returns:
string event type

Definition at line 50 of file event.lib.php.

send (  ) 

Definition at line 65 of file event.lib.php.


Field Documentation

$_args [private]

Definition at line 31 of file event.lib.php.

$_type [private]

Definition at line 29 of file event.lib.php.


The documentation for this class was generated from the following file:
Generated on Tue Jun 8 12:28:38 2010 for Claroline API by  doxygen 1.6.3