method getCron documentation in bbn\Cron\Manager

Returns the full row as an indexed array for the given CRON ID.

function(string $id) { if ($this->check() && ($data = $this->db->rselect($this->table, [], ['id' => $id]))) { $data['cfg'] = json_decode($data['cfg'], 1); return $data; } return null; }

Returns the full row as an indexed array for the given CRON ID. 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.