method setMode documentation in bbn\Parsers\Doc
Sets the mode
function(string $mode)
{
if (!empty($mode) && in_array($mode, $this->modes)) {
$this->mode = $mode;
return $this;
}
die(X::_('Error: mode not allowed.'));
}
Sets the mode 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-2025
BBN Solutions