PHP 클래스 PHPSpec\Matcher\TraversableKeyMatcher

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter

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