PHP 클래스 PhpSpec\Wrapper\Collaborator

상속: implements PhpSpec\Wrapper\ObjectWrapper
파일 보기 프로젝트 열기: phpspec/phpspec 1 사용 예제들

공개 메소드들

메소드 설명
__call ( string $method, array $arguments ) : mixed
__construct ( Prophecy\Prophecy\ObjectProphecy $prophecy )
__get ( string $parameter ) : mixed
__set ( string $parameter, mixed $value )
beADoubleOf ( string $classOrInterface )
beConstructedWith ( array $arguments = null )
getWrappedObject ( ) : object
implement ( string $interface )

메소드 상세

__call() 공개 메소드

public __call ( string $method, array $arguments ) : mixed
$method string
$arguments array
리턴 mixed

__construct() 공개 메소드

public __construct ( Prophecy\Prophecy\ObjectProphecy $prophecy )
$prophecy Prophecy\Prophecy\ObjectProphecy

__get() 공개 메소드

public __get ( string $parameter ) : mixed
$parameter string
리턴 mixed

__set() 공개 메소드

public __set ( string $parameter, mixed $value )
$parameter string
$value mixed

beADoubleOf() 공개 메소드

public beADoubleOf ( string $classOrInterface )
$classOrInterface string

beConstructedWith() 공개 메소드

public beConstructedWith ( array $arguments = null )
$arguments array

getWrappedObject() 공개 메소드

public getWrappedObject ( ) : object
리턴 object

implement() 공개 메소드

public implement ( string $interface )
$interface string