method getProjectInfo documentation in bbn\Appui\Project
Returns the main infos of the given project
function()
{
if ($this->id) {
return [
'path' => $this->getPaths(),
'langs' => $this->getLangsIds(),
'id' => $this->id,
'lang' => $this->getLang(),
'name' => $this->getName()
];
}
return [];
}
Returns the main infos of the given project 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