Class DefaultConfig.
get(string $strKey) : mixed
string
The name of the information to retrieve.
mixed
|| nullgetAmount() : integer
integer
getFields() : array
array
getFilter() : array
array
getId() : mixed
mixed
getIdOnly() : boolean
SuppressWarnings | (PHPMD.BooleanGetMethodName) |
---|
boolean
getIds() : array
array
getSorting() : array
array
getStart() : integer
integer
init() : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
todo | : do we want to keep this behaviour? Third party will not know the correct class anyway. |
---|
set(string $strKey, mixed $varValue) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
string
The name of the information to retrieve.
mixed
The value to store.
setAmount(int $intAmount) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
int
The amount to use.
setFields(array $arrFields) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
array
Array of property names.
setFilter(array $arrFilter) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
array
The array containing the filter values.
setId(mixed $mixId) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
mixed
The id of the element to be retrieved.
setIdOnly(boolean $blnIdOnly) : \ContaoCommunityAlliance\DcGeneral\Data\DefaultConfig
boolean
Boolean flag to determine that only Ids shall be returned when calling fetchAll().
setIds(array $arrIds) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
array
The list of ids to be retrieved.
setSorting(array $arrSorting) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
array
The sorting array to use.
setStart(integer $intStart) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
integer
Number of first element to return.
__construct()
$arrFields : array | null
$arrFilter : array | null
$arrIds : array
$arrSorting : \ContaoCommunityAlliance\DcGeneral\Data\array(string
$intAmount : int
$intStart : int
$mixId : mixed