MockClientStrategy
in package
implements
DiscoveryStrategy
FinalYes
Find the Mock client.
Tags
Table of Contents
Interfaces
Methods
- getCandidates() : array<string|int, mixed>
- Find a resource of a specific type.
Methods
getCandidates()
Find a resource of a specific type.
public
static getCandidates(mixed $type) : array<string|int, mixed>
Parameters
- $type : mixed
Return values
array<string|int, mixed> —The return value is always an array with zero or more elements. Each element is an array with two keys ['class' => string, 'condition' => mixed].