Class DefaultConfig.
get(string $strKey) : mixed
stringThe name of the information to retrieve.
mixed|| nullgetAmount() : integer
integergetFields() : array
arraygetFilter() : array
arraygetId() : mixed
mixedgetIdOnly() : boolean
| SuppressWarnings | (PHPMD.BooleanGetMethodName) |
|---|
booleangetIds() : array
arraygetSorting() : array
arraygetStart() : integer
integerinit() : \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
stringThe name of the information to retrieve.
mixedThe value to store.
setAmount(int $intAmount) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
intThe amount to use.
setFields(array $arrFields) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
arrayArray of property names.
setFilter(array $arrFilter) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
arrayThe array containing the filter values.
setId(mixed $mixId) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
mixedThe id of the element to be retrieved.
setIdOnly(boolean $blnIdOnly) : \ContaoCommunityAlliance\DcGeneral\Data\DefaultConfig
booleanBoolean flag to determine that only Ids shall be returned when calling fetchAll().
setIds(array $arrIds) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
arrayThe list of ids to be retrieved.
setSorting(array $arrSorting) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
arrayThe sorting array to use.
setStart(integer $intStart) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
integerNumber 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