Lggr
Classes | Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Invocation Interface Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Invocation:
Inheritance graph
[legend]

Classes

class  ObjectInvocation
 
class  StaticInvocation
 

Public Member Functions

 generateReturnValue ()
 
 getClassName ()
 
 getMethodName ()
 
 getParameters ()
 
 getReturnType ()
 
 isReturnTypeNullable ()
 

Detailed Description

Interface for invocations.

Member Function Documentation

◆ generateReturnValue()

PHPUnit\Framework\MockObject\Invocation::generateReturnValue ( )
Returns
mixed Mocked return value.

Implemented in PHPUnit\Framework\MockObject\Invocation\StaticInvocation.


The documentation for this interface was generated from the following file: