method alias documentation in bbn\Appui\Option

Returns the id_alias relative to the given id_option

function(string $id) { if ($this->check() && bbn\Str::isUid($id)) { return $this->db->selectOne( $this->class_cfg['table'], $this->fields['id_alias'], [ $this->fields['id'] => $id ] ); } return null; }

Returns the id_alias relative to the given id_option 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.