RedirectRepository
Class for accessing redirect records from the database
Table of Contents
Methods
- countRedirectsByByDemand() : int
- findCreationTypes() : array<string|int, mixed>
- Get all used creation types
- findHostsOfRedirects() : array<string|int, mixed>
- Get all used hosts
- findRedirectsByDemand() : array<string|int, mixed>
- Used within the backend module, which also includes the hidden records, but never deleted records.
- findStatusCodesOfRedirects() : array<string|int, mixed>
- Get all used status codes
- removeByDemand() : void
- getGroupedRows() : array<string|int, mixed>
- getQueryBuilder() : QueryBuilder
- getQueryBuilderForDemand() : QueryBuilder
- Prepares the QueryBuilder with Constraints from the Demand
Methods
countRedirectsByByDemand()
public
countRedirectsByByDemand(Demand $demand) : int
Parameters
- $demand : Demand
Return values
intfindCreationTypes()
Get all used creation types
public
findCreationTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>findHostsOfRedirects()
Get all used hosts
public
findHostsOfRedirects() : array<string|int, mixed>
Return values
array<string|int, mixed>findRedirectsByDemand()
Used within the backend module, which also includes the hidden records, but never deleted records.
public
findRedirectsByDemand(Demand $demand) : array<string|int, mixed>
Parameters
- $demand : Demand
Return values
array<string|int, mixed>findStatusCodesOfRedirects()
Get all used status codes
public
findStatusCodesOfRedirects() : array<string|int, mixed>
Return values
array<string|int, mixed>removeByDemand()
public
removeByDemand(Demand $demand) : void
Parameters
- $demand : Demand
getGroupedRows()
protected
getGroupedRows(string $field, string $as) : array<string|int, mixed>
Parameters
- $field : string
- $as : string
Return values
array<string|int, mixed>getQueryBuilder()
protected
getQueryBuilder() : QueryBuilder
Return values
QueryBuildergetQueryBuilderForDemand()
Prepares the QueryBuilder with Constraints from the Demand
protected
getQueryBuilderForDemand(Demand $demand[, bool $createCountQuery = false ]) : QueryBuilder
Parameters
- $demand : Demand
- $createCountQuery : bool = false