final class DataProviderExternal (View source)

Methods

__construct(string $className, string $methodName, bool $validateArgumentCount = true, bool $skipWhenEmpty = false)

No description

string
className()

No description

string
methodName()

No description

bool
validateArgumentCount()

No description

bool
skipWhenEmpty()

No description

Details

__construct(string $className, string $methodName, bool $validateArgumentCount = true, bool $skipWhenEmpty = false)

No description

Parameters

string $className
string $methodName
bool $validateArgumentCount
bool $skipWhenEmpty

string className()

No description

Return Value

string

string methodName()

No description

Return Value

string

bool validateArgumentCount()

No description

Return Value

bool

bool skipWhenEmpty()

No description

Return Value

bool