ResolutionRepository
Table of Contents
Constants
- TABLE_NAME = 'sys_csp_resolution'
Properties
Methods
- __construct() : mixed
- add() : bool
- findAll() : array<int, Resolution>
- findByIdentifier() : array<int, Resolution>
- findByScope() : array<int, Resolution>
- findBySummary() : Resolution|null
- remove() : bool
- getConnection() : Connection
Constants
TABLE_NAME
protected
mixed
TABLE_NAME
= 'sys_csp_resolution'
Properties
$pool read-only
protected
ConnectionPool
$pool
Methods
__construct()
public
__construct(ConnectionPool $pool) : mixed
Parameters
- $pool : ConnectionPool
add()
public
add(Resolution $resolution) : bool
Parameters
- $resolution : Resolution
Return values
boolfindAll()
public
findAll() : array<int, Resolution>
Return values
array<int, Resolution>findByIdentifier()
public
findByIdentifier(string $identifier[, bool $prefix = false ]) : array<int, Resolution>
Parameters
- $identifier : string
- $prefix : bool = false
Return values
array<int, Resolution>findByScope()
public
findByScope(Scope $scope) : array<int, Resolution>
Parameters
- $scope : Scope
Return values
array<int, Resolution>findBySummary()
public
findBySummary(string $summary) : Resolution|null
Parameters
- $summary : string
Return values
Resolution|nullremove()
public
remove(string $summary) : bool
Parameters
- $summary : string
Return values
boolgetConnection()
protected
getConnection() : Connection