PHP 클래스 Psecio\PropAuth\Test\TestString

상속: extends Psecio\PropAuth\Test
파일 보기 프로젝트 열기: psecio/propauth

보호된 메소드들

메소드 설명
evaluateEquals ( string $value, string $compare ) : boolean Evaluate that the method result is true (not equals)
evaluateNotEquals ( string $value, string $compare ) : boolean Evaluate that the method result is false (not equals)

메소드 상세

evaluateEquals() 보호된 메소드

Evaluate that the method result is true (not equals)
protected evaluateEquals ( string $value, string $compare ) : boolean
$value string Value for evaluation
$compare string Value to compare against
리턴 boolean Pass/fail result of test (method result)

evaluateNotEquals() 보호된 메소드

Evaluate that the method result is false (not equals)
protected evaluateNotEquals ( string $value, string $compare ) : boolean
$value string Value for evaluation
$compare string Value to compare against
리턴 boolean Pass/fail result of test (method result)