PHP 클래스 PHPSpec2\Prophet\MockProphet

상속: implements ProphetInterface
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
__call ( $method, array $arguments )
__construct ( $subject = null, PHPSpec2\Mocker\MockerInterface $mocker, ArgumentsUnwrapper $unwrapper )
__get ( $method )
beAMockOf ( $classOrInterface )
getWrappedSubject ( )

메소드 상세

__call() 공개 메소드

public __call ( $method, array $arguments )
$arguments array

__construct() 공개 메소드

public __construct ( $subject = null, PHPSpec2\Mocker\MockerInterface $mocker, ArgumentsUnwrapper $unwrapper )
$mocker PHPSpec2\Mocker\MockerInterface
$unwrapper PHPSpec2\Wrapper\ArgumentsUnwrapper

__get() 공개 메소드

public __get ( $method )

beAMockOf() 공개 메소드

public beAMockOf ( $classOrInterface )

getWrappedSubject() 공개 메소드

public getWrappedSubject ( )