final class DoubledMethod (View source)

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

Traits

Methods

static DoubledMethod
fromReflection(ReflectionMethod $method)

No description

static DoubledMethod
fromName(string $className, string $methodName)

No description

string
methodName()

No description

string
generateCode()

No description

Type
returnType()

No description

array
defaultParameterValues()

No description

int
numberOfParameters()

No description

Details

static DoubledMethod fromReflection(ReflectionMethod $method)

No description

Parameters

ReflectionMethod $method

Return Value

DoubledMethod

Exceptions

ReflectionException
RuntimeException

static DoubledMethod fromName(string $className, string $methodName)

No description

Parameters

string $className
string $methodName

Return Value

DoubledMethod

string methodName()

No description

Return Value

string

string generateCode()

No description

Return Value

string

Exceptions

RuntimeException

Type returnType()

No description

Return Value

Type

array defaultParameterValues()

No description

Return Value

array

int numberOfParameters()

No description

Return Value

int