method getOptionsObject documentation in bbn\Models\Tts\Optional
function()
{
$o = Option::getInstance();
if (!$o) {
throw new Exception(X::_("Impossible to get the options object from class").' '.__CLASS__);
}
return $o;
}
BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way