Base class for Event classes family.
Located in /core/event.class.php [line 19]
Tangra_Class | --Event
Properties
Methods
Inherited From Tangra_Class
Tangra_Class::get_class_name() Alias of get_class(). Exist because of historical reasons. Tangra_Class::__set() Overides PHP built-in method and just throws exception if called. Purpose - to "forbid" autosetting of nonexisting class properties.
Name of the event
Event __construct( string $name )
string get_name( )
Gets the event name
void set_name( string $name )
Sets the event name