method getUrl documentation in bbn\Appui\Note

Returns the URL corresponding to the given item's ID

function(string $id_item, bool $followRedirect = true) { $this->checkUrlCfg(); if ($id_url = $this->db->selectOne($this->urlTable, $this->urlFields['id_url'], [ $this->class_cfg['urlItemField'] => $id_item ])) { return $this->url->getUrl($id_url, $followRedirect); } return null; }

Returns the URL corresponding to the given item's 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.