method getPathToExplore documentation in bbn\Appui\I18n

Returns the path to explore relative to the given id_option

It only works if i18n class is constructed by giving the id_project

function(string $id_option) { if ($this->id_project) { /** @var bbn\Appui\Project */ $project = new Project($this->db, $this->id_project); //the repository $rep = $project->repositoryById($id_option); //the root of this repositoryu $path = $project->getRootPath($rep); return $path; } return ''; }

Returns the path to explore 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.