method setColor documentation in bbn\Mvc\Controller

Sets background and font colors on the output object.

function(string $bg = NULL, string $txt = NULL) { if ($bg) { $this->obj->bcolor = $bg; } if ($txt) { $this->obj->fcolor = $txt; } return $this; }

Sets background and font colors on the output object. 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.