2024-09-19 10:41:32 +02:00
|
|
|
<?php $moduleData['suscribe'] = [
|
|
|
|
'edit' => $this->getInput('profilAddSuscribeEdit', helper::FILTER_BOOLEAN),
|
|
|
|
'delete' => $this->getInput('profilAddSuscribeDelete', helper::FILTER_BOOLEAN),
|
|
|
|
'user' => $this->getInput('profilAddSuscribeUser', helper::FILTER_BOOLEAN),
|
|
|
|
'config' => $this->getInput('profilAddSuscribeAdd', helper::FILTER_BOOLEAN) ||
|
|
|
|
$this->getInput('profilAddSuscribeEdit', helper::FILTER_BOOLEAN) ||
|
|
|
|
$this->getInput('profilAddSuscribeDelete', helper::FILTER_BOOLEAN) ||
|
|
|
|
$this->getInput('profilAddSuscribeUser', helper::FILTER_BOOLEAN)
|
2023-11-03 18:31:35 +01:00
|
|
|
];
|