Interface ConfigInterface.
get(string $strKey) : mixed
string
The name of the information to retrieve.
mixed
|| nullgetAmount() : int
int
getFields() : array
array
getFilter() : array
array
getId() : mixed
mixed
getIdOnly() : bool
SuppressWarnings | (PHPMD.BooleanGetMethodName) |
---|
bool
getIds() : array
array
getSorting() : array
array
getStart() : int
int
init() : mixed
todo | : do we want to keep this behaviour? Third party will not know the correct class anyway. |
---|
mixed
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(bool $blnIdOnly) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
bool
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(int $intStart) : \ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
int
Number of first element to return.