Elgg
Version 3.0
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
DI\Container
;
5
use
Elgg\Di\PublicContainer
;
6
12
interface
Hook
{
13
19
public
function
getName();
20
26
public
function
getType();
27
33
public
function
getValue();
34
40
public
function
getParams();
41
51
public
function
getParam(
$key
,
$default
= null);
52
58
public
function
getEntityParam();
59
65
public
function
getUserParam();
66
72
public
function
elgg
();
73
}
Elgg\Hook
Models an event passed to hook handlers.
Definition:
Hook.php:12
Container
Elgg
Configuration exception.
$default
$default
Definition:
checkbox.php:35
$key
if($container instanceof ElggGroup &&$container->guid!=elgg_get_page_owner_guid()) $key
Definition:
summary.php:55
PublicContainer
elgg
var elgg
Definition:
elgglib.js:4
Generated on Fri Mar 5 2021 00:00:18 for Elgg by
1.8.11