modX::addEventListener
Add a plugin to the eventMap within the current execution cycle.
Syntax
API Doc: http://api.modxcms.com/modx/modX.html#addEventListener
boolean addEventListener (string $event, integer $pluginId)
Example
Add a Plugin with ID 2 to the Event 'OnChunkPrerender':
$modx->addEventListener('OnChunkPrerender',12);