PHP Class PHPSpec2\Listener\MethodNotFoundListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: phpspec/phpspec2

Public Methods

Method Description
__construct ( IO $io )
afterExample ( ExampleEvent $event )
getSubscribedEvents ( )

Protected Methods

Method Description
getMethodContentFor ( $method )

Method Details

__construct() public method

public __construct ( IO $io )
$io PHPSpec2\Console\IO

afterExample() public method

public afterExample ( ExampleEvent $event )
$event PHPSpec2\Event\ExampleEvent

getMethodContentFor() protected method

protected getMethodContentFor ( $method )

getSubscribedEvents() public static method

public static getSubscribedEvents ( )