public function __construct($event,
$listener,
$position = null
) { parent::
__construct($event);
$this->
setListener($listener);
$this->
setPosition($position);
} /**
* Checks if the given listener is callable. If it is callable the listener is set
* in the internal property and can be accessed by using the getListener() function.
*
* @param callable|array<int, object|string> $listener
*
* @throws Enlight_Event_Exception
*
* @return Enlight_Event_Handler_Default
*/