File ManagerCurrent Directory: wp-content/plugins/wp-migrate-db/vendor/php-di/invoker/srcLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: InvokerInterface.php <?php namespace DeliciousBrains\WPMDB\Container\Invoker; use DeliciousBrains\WPMDB\Container\Invoker\Exception\InvocationException; use DeliciousBrains\WPMDB\Container\Invoker\Exception\NotCallableException; use DeliciousBrains\WPMDB\Container\Invoker\Exception\NotEnoughParametersException; /** * Invoke a callable. * * @author Matthieu Napoli <matthieu@mnapoli.fr> */ interface InvokerInterface { /** * Call the given function using the given parameters. * * @param callable $callable Function to call. * @param array $parameters Parameters to use. * * @return mixed Result of the function. * * @throws InvocationException Base exception class for all the sub-exceptions below. * @throws NotCallableException * @throws NotEnoughParametersException */ public function call($callable, array $parameters = array()); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirCallableResolver.phpFile3.60 KB Rename | Delete | EditExceptionDirectory Rename | DeleteInvoker.phpFile3.47 KB Rename | Delete | EditInvokerInterface.phpFile891.00 B Rename | Delete | EditParameterResolverDirectory Rename | DeleteReflectionDirectory Rename | Delete