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

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 ()
 

Detailed Description

Represents a non-static invocation.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Invocation\ObjectInvocation::__construct (   $className,
  $methodName,
array  $parameters,
  $returnType,
  $object,
  $cloneObjects = false 
)
Parameters
string$className
string$methodName
array$parameters
string$returnType
object$object
bool$cloneObjects

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