PHP 클래스 PHPSpec2\Event\ExampleEvent

상속: extends Symfony\Component\EventDispatcher\Event, implements EventInterface
파일 보기 프로젝트 열기: phpspec/phpspec2 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Example $example, $time = null, $result = null, Exception $exception = null )
getExample ( )
getException ( )
getResult ( )
getSpecification ( )
getTime ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Example $example, $time = null, $result = null, Exception $exception = null )
$example PHPSpec2\Loader\Node\Example
$exception Exception

getExample() 공개 메소드

public getExample ( )

getException() 공개 메소드

public getException ( )

getResult() 공개 메소드

public getResult ( )

getSpecification() 공개 메소드

public getSpecification ( )

getTime() 공개 메소드

public getTime ( )