Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/it/vendor/laminas/laminas-servicemanager/src/
Upload File :
Current File : /home/escuelai/public_html/it/vendor/laminas/laminas-servicemanager/src/PluginManagerInterface.php

<?php

declare(strict_types=1);

namespace Laminas\ServiceManager;

use Interop\Container\Exception\ContainerException;
use Laminas\ServiceManager\Exception\InvalidServiceException;

/**
 * Interface for a plugin manager
 *
 * A plugin manager is a specialized service locator used to create homogeneous objects
 */
interface PluginManagerInterface extends ServiceLocatorInterface
{
    /**
     * Validate an instance
     *
     * @param  mixed $instance
     * @return void
     * @throws InvalidServiceException If created instance does not respect the
     *     constraint on type imposed by the plugin manager.
     * @throws ContainerException If any other error occurs.
     */
    public function validate($instance);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists