Documentation

MockClientStrategy
in package
implements DiscoveryStrategy

FinalYes

Find the Mock client.

Tags
author

Sam Rapaport me@samrapdev.com

Table of Contents

Interfaces

DiscoveryStrategy

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].


        
On this page

Search results