StubMarshaler
in package
Holds matcher and value of mocked method
Table of Contents
Properties
- $methodMatcher : mixed
- $methodValue : mixed
Methods
- __construct() : mixed
- getMatcher() : mixed
- getValue() : mixed
Properties
$methodMatcher
private
mixed
$methodMatcher
$methodValue
private
mixed
$methodValue
Methods
__construct()
public
__construct(InvocationOrder $matcher, mixed $value) : mixed
Parameters
- $matcher : InvocationOrder
- $value : mixed
getMatcher()
public
getMatcher() : mixed
getValue()
public
getValue() : mixed