final class Invocation implements SelfDescribing (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(string $className, string $methodName, array $parameters, string $returnType, MockObjectInternal|StubInternal $object)

No description

string
className()

No description

string
methodName()

No description

array
parameters()

No description

mixed
generateReturnValue()

No description

string
toString()

Returns a string representation of the object.

Details

__construct(string $className, string $methodName, array $parameters, string $returnType, MockObjectInternal|StubInternal $object)

No description

Parameters

string $className
string $methodName
array $parameters
string $returnType
MockObjectInternal|StubInternal $object

string className()

No description

Return Value

string

string methodName()

No description

Return Value

string

array parameters()

No description

Return Value

array

mixed generateReturnValue()

No description

Return Value

mixed

Exceptions

Exception

string toString()

Returns a string representation of the object.

Return Value

string