ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /home/trueinxa/truelove4seniors.org/wp-content/plugins/give/src/Helpers/Call.php
Back
<?php namespace Give\Helpers; use Give\Framework\Exceptions\Primitives\InvalidArgumentException; class Call { /** * Call an invokable class. * * @since 2.17.0 * * @param mixed $args * * @return mixed * * @deprecated 2.23.0 Instantiate and invoke the class directly or use the (new Class())() syntax. This gives better tracking in the IDE. */ public static function invoke(string $class, ...$args) { if (!method_exists($class, '__invoke')) { throw new InvalidArgumentException("{$class} class is not invokable"); } /** @var callable $instance */ $instance = give($class); return $instance(...$args); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.91 |
proxy
|
phpinfo
|
Settings