|
Lggr
|


Public Member Functions | |
| __construct ($className, $methodName, array $parameters, $returnType, $object, $cloneObjects=false) | |
| getObject () | |
Public Member Functions inherited from PHPUnit\Framework\MockObject\Invocation\StaticInvocation | |
| __construct ($className, $methodName, array $parameters, $returnType, $cloneObjects=false) | |
| getClassName () | |
| getMethodName () | |
| getParameters () | |
| getReturnType () | |
| isReturnTypeNullable () | |
| generateReturnValue () | |
| toString () | |
Represents a non-static invocation.
| PHPUnit\Framework\MockObject\Invocation\ObjectInvocation::__construct | ( | $className, | |
| $methodName, | |||
| array | $parameters, | ||
| $returnType, | |||
| $object, | |||
$cloneObjects = false |
|||
| ) |
| string | $className | |
| string | $methodName | |
| array | $parameters | |
| string | $returnType | |
| object | $object | |
| bool | $cloneObjects |
1.8.17