PHP Class AsseticBundle\Listener

Inheritance: implements Zend\EventManager\ListenerAggregateInterface
Datei anzeigen Open project: widmogrod/zf2-assetic-module

Protected Properties

Property Type Description
$listeners Zend\Stdlib\CallbackHandler[]

Public Methods

Method Description
attach ( Zend\EventManager\EventManagerInterface $events, integer $priority = 32 ) Attach one or more listeners
detach ( Zend\EventManager\EventManagerInterface $events ) Detach all previously attached listeners
renderAssets ( MvcEvent $e )

Method Details

attach() public method

Implementors may add an optional $priority argument; the EventManager implementation will pass this to the aggregate.
public attach ( Zend\EventManager\EventManagerInterface $events, integer $priority = 32 )
$events Zend\EventManager\EventManagerInterface
$priority integer The priority with which the events are attached

detach() public method

Detach all previously attached listeners
public detach ( Zend\EventManager\EventManagerInterface $events )
$events Zend\EventManager\EventManagerInterface

renderAssets() public method

public renderAssets ( MvcEvent $e )
$e Zend\Mvc\MvcEvent

Property Details

$listeners protected_oe property

protected CallbackHandler[],Zend\Stdlib $listeners
return Zend\Stdlib\CallbackHandler[]