method getApprovedLog documentation in bbn\Appui\Task
function($id)
{
if (
$this->exists($id) &&
($action = $this->idAction('price_approved'))
){
return $this->db->rselect('bbn_tasks_logs', [], [
'id_task' => $id,
'action' => $action
], ['chrono' => 'DESC']) ?: [];
}
return [];
}
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