method toPath documentation in bbn\Appui\Menu
Returns the path corresponding to an ID
function(string $id)
{
$path = null;
if (Str::isUid($id)) {
if (!($path = $this->options->toPath($id, '', $this->_get_public_root()))) {
$path = $this->perm->toPath($id);
}
}
return \is_string($path) ? $path : null;
}
Returns the path corresponding to an 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-2023
BBN Solutions