PHP 클래스 PHPSpec2\Listener\ClassNotFoundListener

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
__construct ( IO $io, $path )
afterExample ( ExampleEvent $event )
getSubscribedEvents ( )

보호된 메소드들

메소드 설명
getClassContentFor ( $classname )

메소드 상세

__construct() 공개 메소드

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

afterExample() 공개 메소드

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

getClassContentFor() 보호된 메소드

protected getClassContentFor ( $classname )

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )