Web Event
Web event occures when description of condition is met. Such condition is for example presence of some parameter in GET/POST
Located in /web_site/web_event.class.php [line 28]
Tangra_Class | --Event | --Web_Event
Methods
Inherited From Event
Event::$name
Event::__construct() Event::get_name() Gets the event name Event::set_name() Sets the event name
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.
void get_capture( )
Returns label of the capture
void is_it_me( Web_Context $context )
Checks if event condition is met