PHP Class AsseticBundle\Listener

Inheritance: implements Zend\EventManager\ListenerAggregateInterface
Afficher le fichier Open project: widmogrod/zf2-assetic-module

Protected Properties

Свойство Type Description
$listeners Zend\Stdlib\CallbackHandler[]

Méthodes publiques

Méthode 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 méthode

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 méthode

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

renderAssets() public méthode

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

Property Details

$listeners protected_oe property

protected CallbackHandler[],Zend\Stdlib $listeners
Résultat Zend\Stdlib\CallbackHandler[]