PHP 클래스 VCR\Util\Assertion

상속: extends Assert\Assertion
파일 보기 프로젝트 열기: php-vcr/php-vcr 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$exceptionClass

공개 메소드들

메소드 설명
isCallable ( mixed $value, string $message = null, null $propertyPath = null ) : void Assert that the value is callable.

메소드 상세

isCallable() 공개 정적인 메소드

Assert that the value is callable.
public static isCallable ( mixed $value, string $message = null, null $propertyPath = null ) : void
$value mixed Variable to check for a callable.
$message string Exception message to show if value is not a callable.
$propertyPath null
리턴 void

프로퍼티 상세

$exceptionClass 보호되어 있는 정적으로 프로퍼티

protected static $exceptionClass