method getByUrl documentation in bbn\Appui\Cms
If the given url correspond to a published note returns the id.
function(string $url, bool $force = false)
{
if (($id_note = $this->note->urlToId($url)) && ($force || $this->isPublished($id_note))) {
return $this->get($id_note);
}
return null;
}
If the given url correspond to a published note returns the 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.
© 2011-2024
BBN Solutions