Elgg  Version 4.3
Event.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg;
3 
5 
11 interface Event {
12 
18  public function getName();
19 
25  public function getType();
26 
32  public function getObject();
33 
39  public function elgg();
40 }
Models an event passed to event handlers.
Definition: Event.php:11
var elgg
Definition: elgglib.js:4