2025-01-05 17:58:54 +01:00
|
|
|
<?php $moduleData['suscribe'] = [
|
|
|
|
'edit' => $this->getInput('profilEditSuscribeEdit', helper::FILTER_BOOLEAN),
|
|
|
|
'delete' => $this->getInput('profilEditSuscribeDelete', helper::FILTER_BOOLEAN),
|
|
|
|
'user' => $this->getInput('profilEditSuscribeUser', helper::FILTER_BOOLEAN),
|
|
|
|
'config' => $this->getInput('profilEditSuscribeAdd', helper::FILTER_BOOLEAN) ||
|
|
|
|
$this->getInput('profilEditSuscribeEdit', helper::FILTER_BOOLEAN) ||
|
|
|
|
$this->getInput('profilEditSuscribeDelete', helper::FILTER_BOOLEAN) ||
|
|
|
|
$this->getInput('profilEditSuscribeUser', helper::FILTER_BOOLEAN)
|
2023-11-03 18:31:35 +01:00
|
|
|
];
|