PHP Class ImboUnitTest\EventManager\Listener

Inheritance: implements Imbo\EventListener\ListenerInterface
Show file Open project: imbo/imbo

Public Methods

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

Method Details

__construct() public method

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

bar() public method

public bar ( $event )

baz() public method

public baz ( $event )

foo() public method

public foo ( $event )

getParams() public method

public getParams ( $event )

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

init() public method

public init ( )

method() public method

public method ( $event )