Elgg
Version 4.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Hook.php
Go to the documentation of this file.
1
<?php
2
namespace
Elgg
;
3
4
use
Elgg\Di\PublicContainer
;
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
$default
Definition:
checkbox.php:31
Elgg\Hook
Models an event passed to hook handlers.
Definition:
Hook.php:11
Elgg
Definition:
ActionsService.php:3
$key
if($container instanceof ElggGroup &&$container->guid!=elgg_get_page_owner_guid()) $key
Definition:
summary.php:44
PublicContainer
elgg
var elgg
Definition:
elgglib.js:4
Generated on Fri Mar 24 2023 00:00:16 for Elgg by
1.8.11