📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:07:04
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Dependencies
/
League
/
Container
/
Argument
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument
🔄 Refresh
✏️
Editing: ArgumentResolverInterface.php
Writable
<?php declare(strict_types=1); namespace WP_Rocket\Dependencies\League\Container\Argument; use WP_Rocket\Dependencies\League\Container\ContainerAwareInterface; use ReflectionFunctionAbstract; interface ArgumentResolverInterface extends ContainerAwareInterface { /** * Resolve an array of arguments to their concrete implementations. * * @param array $arguments * * @return array */ public function resolveArguments(array $arguments) : array; /** * Resolves the correct arguments to be passed to a method. * * @param ReflectionFunctionAbstract $method * @param array $args * * @return array */ public function reflectArguments(ReflectionFunctionAbstract $method, array $args = []) : array; }
💾 Save Changes
❌ Cancel