method getMailing documentation in bbn\Appui\Mailing

Returns all the information about the given mailing.

function(string $id) { if ($this->check()) { $notes = $this->_note(); if (($row = $this->db->rselect('bbn_emailings', [], ['id' => $id])) && ($note = $notes->get($row['id_note'])) ) { return array_merge($note, $row); } } return null; }

Returns all the information about the given mailing. 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.