PHP Class PHPSpec2\Listener\ClassNotFoundListener

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

Public Methods

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

Protected Methods

Method Description
getClassContentFor ( $classname )

Method Details

__construct() public method

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

afterExample() public method

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

getClassContentFor() protected method

protected getClassContentFor ( $classname )

getSubscribedEvents() public static method

public static getSubscribedEvents ( )