ScopeRepository
Table of Contents
Properties
Methods
- __construct() : mixed
- findAll() : array<int, Scope>
- findAllFrontendSites() : array<int, Scope>
Properties
$siteFinder read-only
protected
SiteFinder
$siteFinder
Methods
__construct()
public
__construct(SiteFinder $siteFinder) : mixed
Parameters
- $siteFinder : SiteFinder
findAll()
public
findAll() : array<int, Scope>
Return values
array<int, Scope>findAllFrontendSites()
public
findAllFrontendSites() : array<int, Scope>