class PluginEventHandlerRepository extends EntityRepository

PluginEventHandlerRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.

Methods

getHandlers()

No description

getPriorityRange($type)

No description

calcNewPriority($event, $type)

No description

upPriority($pluginEventHandler, $up = true)

No description

Details

at line 40
getHandlers()

at line 52
getPriorityRange($type)

Parameters

$type

at line 69
calcNewPriority($event, $type)

Parameters

$event
$type

at line 91
upPriority($pluginEventHandler, $up = true)

Parameters

$pluginEventHandler
$up