PHP 클래스 PHPSpec2\Matcher\TypeMatcher

상속: extends BasicMatcher
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
__construct ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
supports ( $name, $subject, array $arguments )

보호된 메소드들

메소드 설명
getFailureException ( $name, $subject, array $arguments )
getNegativeFailureException ( $name, $subject, array $arguments )
matches ( $subject, array $arguments )

메소드 상세

__construct() 공개 메소드

public __construct ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface

getFailureException() 보호된 메소드

protected getFailureException ( $name, $subject, array $arguments )
$arguments array

getNegativeFailureException() 보호된 메소드

protected getNegativeFailureException ( $name, $subject, array $arguments )
$arguments array

matches() 보호된 메소드

protected matches ( $subject, array $arguments )
$arguments array

supports() 공개 메소드

public supports ( $name, $subject, array $arguments )
$arguments array