File ManagerCurrent Directory: wp-content/plugins/wp-migrate-db/vendor/php-di/invoker/srcLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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