method process documentation in bbn\Mvc\Controller

This will launch the controller in a new function.

It is publicly launched through check().

function() { if (\is_null($this->_is_controlled)) { if ($this->_plugin_name) { $router = Router::getInstance(); if ($textDomain = $router->getLocaleDomain($this->_plugin_name)) { $oldTextDomain = textdomain(null); if ($textDomain !== $oldTextDomain) { textdomain($textDomain); } else { unset($oldTextDomain); } } } $this->control(); if (!empty($oldTextDomain)) { textdomain($oldTextDomain); } } return $this; }

This will launch the controller in a new function. 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.