method isControlledBy documentation in bbn\Mvc\Model

function(string $path, string $type = 'public') { if ($this->_ctrl && ($this->_ctrl->getPath() === $path)) { if ($type === 'cli') { return $this->_mvc->isCli(); } if ($type === $this->_ctrl->getMode()) { return true; } } return false; }

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.