|
| __construct (string $className, string $methodName, bool $cloneArguments, string $modifier, string $argumentsForDeclaration, string $argumentsForCall, Type $returnType, string $reference, bool $callOriginalMethod, bool $static, ?string $deprecation, bool $allowsReturnNull) |
|
| getName () |
|
| generateCode () |
|
| getReturnType () |
|
|
static | fromReflection (\ReflectionMethod $method, bool $callOriginalMethod, bool $cloneArguments) |
|
static | fromName (string $fullClassName, string $methodName, bool $cloneArguments) |
|
◆ __construct()
PHPUnit\Framework\MockObject\MockMethod::__construct |
( |
string |
$className, |
|
|
string |
$methodName, |
|
|
bool |
$cloneArguments, |
|
|
string |
$modifier, |
|
|
string |
$argumentsForDeclaration, |
|
|
string |
$argumentsForCall, |
|
|
Type |
$returnType, |
|
|
string |
$reference, |
|
|
bool |
$callOriginalMethod, |
|
|
bool |
$static, |
|
|
?string |
$deprecation, |
|
|
bool |
$allowsReturnNull |
|
) |
| |
◆ fromName()
static PHPUnit\Framework\MockObject\MockMethod::fromName |
( |
string |
$fullClassName, |
|
|
string |
$methodName, |
|
|
bool |
$cloneArguments |
|
) |
| |
|
static |
◆ fromReflection()
static PHPUnit\Framework\MockObject\MockMethod::fromReflection |
( |
\ReflectionMethod |
$method, |
|
|
bool |
$callOriginalMethod, |
|
|
bool |
$cloneArguments |
|
) |
| |
|
static |
◆ generateCode()
PHPUnit\Framework\MockObject\MockMethod::generateCode |
( |
| ) |
|
◆ getName()
PHPUnit\Framework\MockObject\MockMethod::getName |
( |
| ) |
|
◆ getReturnType()
PHPUnit\Framework\MockObject\MockMethod::getReturnType |
( |
| ) |
|
The documentation for this class was generated from the following file: