PHP 8.2.31
Preview: ArgumentResolverInterface.php Size: 799 B
/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/vendor/league/container/src/Argument/ArgumentResolverInterface.php

<?php declare(strict_types=1);

namespace Automattic\Kkart\Vendor\League\Container\Argument;

use Automattic\Kkart\Vendor\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;
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
799 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
3.58 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
484 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
247 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
720 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
466 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
250 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).