method hasUrl documentation in bbn\Appui\Note
Returns true if the item is linked to an url.
function(string $id_item)
{
$this->checkUrlCfg();
return (bool)$this->db->count(
$this->urlTable,
[$this->class_cfg['urlItemField'] => $id_item]
);
}
Returns true if the item is linked to an url. 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