method getAllLogs documentation in bbn\Appui\Task

function($limit = 100, $start = 0) { $res = []; foreach ( $logs as $log ){ array_push($res, [ 'action' => $this->translateLog($log), 'id_user' => $log['id_user'], 'chrono' => $log['chrono'] ]); } return $res; }

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.