Elgg  Version 4.3
Hook.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg;
3 
5 
11 interface Hook {
12 
18  public function getName();
19 
25  public function getType();
26 
32  public function getValue();
33 
39  public function getParams();
40 
50  public function getParam($key, $default = null);
51 
57  public function getEntityParam();
58 
64  public function getUserParam();
65 
71  public function elgg();
72 }
$default
Definition: checkbox.php:31
Models an event passed to hook handlers.
Definition: Hook.php:11
if($container instanceof ElggGroup &&$container->guid!=elgg_get_page_owner_guid()) $key
Definition: summary.php:44
var elgg
Definition: elgglib.js:4