Base
AbstractYes
Interface FindStrategy
Table of Contents
Constants
- REPO_PRIORITY_A = 'A'
- REPO_PRIORITY_B = 'B'
- REPO_PRIORITY_C = 'C'
Methods
- __construct() : mixed
- FindStrategy constructor.
- setLocationRepositories() : self
Constants
REPO_PRIORITY_A
public
mixed
REPO_PRIORITY_A
= 'A'
REPO_PRIORITY_B
public
mixed
REPO_PRIORITY_B
= 'B'
REPO_PRIORITY_C
public
mixed
REPO_PRIORITY_C
= 'C'
Methods
__construct()
FindStrategy constructor.
public
__construct([array<string|int, IRepository> $locationRepositories = [] ]) : mixed
Parameters
- $locationRepositories : array<string|int, IRepository> = []
Tags
setLocationRepositories()
public
setLocationRepositories(array<string|int, IRepository> $locationRepositories) : self
Parameters
- $locationRepositories : array<string|int, IRepository>