method __call documentation in bbn\Models\Cls\Basic

function($name, $arguments) { $class = \get_class($this); throw new \Exception( sprintf( X::_("Wrong method used for the class %s: %s with the following arguments:"), $class, $name, implode(', ', $arguments) ) ); }

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.