ResolutionRepository

Internal

Table of Contents

Constants

TABLE_NAME  = 'sys_csp_resolution'

Properties

$pool  : ConnectionPool

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

Methods

findByIdentifier()

public findByIdentifier(string $identifier[, bool $prefix = false ]) : array<int, Resolution>
Parameters
$identifier : string
$prefix : bool = false
Return values
array<int, Resolution>

remove()

public remove(string $summary) : bool
Parameters
$summary : string
Return values
bool

        
On this page

Search results