method customPluginView documentation in bbn\Mvc\Controller

Retrieves a view of a custom plugin.

function(string $path, string $mode = 'html', array $data = [], string $plugin = NULL) { if (!$plugin) { $plugin = $this->getPlugin(); } if ($plugin) { return $this->_mvc->customPluginView($path, $mode, $data, $plugin); } return null; }

Retrieves a view of a custom plugin. 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.