method __callStatic documentation in bbn\X

function($name, $arguments) { if ((strpos($name, 'is_') === 0) && function_exists($name)) { $res = null; foreach ($arguments as $a) { $res = $name($a); if (!$res) { return $res; } } return $res; } if (!method_exists(self::class, $name)) { throw new Exception(self::_("Undefined Method $name")); } }

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.