PHP Class ImboUnitTest\EventManager\Listener

Inheritance: implements Imbo\EventListener\ListenerInterface
Afficher le fichier Open project: imbo/imbo

Méthodes publiques

Méthode Description
__construct ( array $params = null )
bar ( $event )
baz ( $event )
foo ( $event )
getParams ( $event )
getSubscribedEvents ( )
init ( )
method ( $event )

Method Details

__construct() public méthode

public __construct ( array $params = null )
$params array

bar() public méthode

public bar ( $event )

baz() public méthode

public baz ( $event )

foo() public méthode

public foo ( $event )

getParams() public méthode

public getParams ( $event )

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

init() public méthode

public init ( )

method() public méthode

public method ( $event )