ice framework documentation ice doc v1.10.1
Class Ice Mvc

ModuleInterface

    
namespace Ice\Mvc;

use Ice\Di;
use Ice\Loader;

/**
 * Module interface.
 *
 * @package     Ice/Mvc
 * @category    Interface
 * @author      Ice Team
 * @copyright   (c) 2014-2023 Ice Team
 * @license     http://iceframework.org/license
 */
interface ModuleInterface
{
    public function registerAutoloaders( loader = null);

    public function registerServices( di);
}