method setUntil documentation in bbn\Appui\Event
Setz the event's until property
function(string $id, string $until = NULL)
{
if (
Str::isUid($id) &&
(
\is_null($until) ||
Str::isDateSql($until)
)
){
return (bool)$this->db->update($this->class_cfg['tables']['recurring'], [
$this->class_cfg['arch']['recurring']['until'] => $until
], [
$this->class_cfg['arch']['recurring']['id_event'] => $id
]);
}
return false;
}
Setz the event's until property BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions