PHP 클래스 PhpSpec\Wrapper\Subject\Expectation\DuringCall

파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
__call ( string $method, array $arguments = [] ) : mixed
__construct ( PhpSpec\Matcher\Matcher $matcher )
during ( string $method, array $arguments = [] ) : mixed
duringInstantiation ( ) : mixed
match ( string $alias, mixed $subject, array $arguments = [], WrappedObject | null $wrappedObject = null )

보호된 메소드들

메소드 설명
getArguments ( ) : array
getMatcher ( ) : PhpSpec\Matcher\Matcher
runDuring ( object $object, string $method, array $arguments = [] ) : mixed

메소드 상세

__call() 공개 메소드

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

__construct() 공개 메소드

public __construct ( PhpSpec\Matcher\Matcher $matcher )
$matcher PhpSpec\Matcher\Matcher

during() 공개 메소드

public during ( string $method, array $arguments = [] ) : mixed
$method string
$arguments array
리턴 mixed

duringInstantiation() 공개 메소드

public duringInstantiation ( ) : mixed
리턴 mixed

getArguments() 보호된 메소드

protected getArguments ( ) : array
리턴 array

getMatcher() 보호된 메소드

protected getMatcher ( ) : PhpSpec\Matcher\Matcher
리턴 PhpSpec\Matcher\Matcher

match() 공개 메소드

public match ( string $alias, mixed $subject, array $arguments = [], WrappedObject | null $wrappedObject = null )
$alias string
$subject mixed
$arguments array
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject | null

runDuring() 추상적인 보호된 메소드

abstract protected runDuring ( object $object, string $method, array $arguments = [] ) : mixed
$object object
$method string
$arguments array
리턴 mixed