Lggr
|
Public Member Functions | |
__construct ($className, $methodName, array $parameters, $returnType, $cloneObjects=false) | |
getClassName () | |
getMethodName () | |
getParameters () | |
getReturnType () | |
isReturnTypeNullable () | |
generateReturnValue () | |
toString () | |
Represents a static invocation.
PHPUnit\Framework\MockObject\Invocation\StaticInvocation::__construct | ( | $className, | |
$methodName, | |||
array | $parameters, | ||
$returnType, | |||
$cloneObjects = false |
|||
) |
string | $className | |
string | $methodName | |
array | $parameters | |
string | $returnType | |
bool | $cloneObjects |
PHPUnit\Framework\MockObject\Invocation\StaticInvocation::generateReturnValue | ( | ) |
PHPUnit\Framework\MockObject\Invocation\StaticInvocation::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.