Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Elgg
PluginHooksService
PHP Class Elgg\PluginHooksService
Use the elgg_* versions instead.
Since:
1.9.0
Inheritance:
extends
HooksRegistrationService
Show file
Open project: elgg/elgg
Class Usage Examples
Public Methods
Method
Description
registerHandler
(
$name
,
$type
,
$callback
,
$priority
= 500 )
trigger
(
$hook
,
$type
,
$params
= null,
$returnvalue
= null )
Triggers a plugin hook
Method Details
registerHandler()
public
method
public
registerHandler
(
$name
,
$type
,
$callback
,
$priority
= 500 )
trigger()
public
method
Triggers a plugin hook
See also:
elgg_trigger_plugin_hook
public
trigger
(
$hook
,
$type
,
$params
= null,
$returnvalue
= null )