ice framework documentation ice doc v1.10.1
Class Ice Mvc

Controller

    
namespace Ice\Mvc;

use Ice\Di\Access;

/**
 * Every mvc controller should extend this class that encapsulates all the controller functionality.
 * The Controller class should at least have a "indexAction" method.
 *
 * @package     Ice/Di/Access
 * @category    Handler
 * @author      Ice Team
 * @copyright   (c) 2014-2023 Ice Team
 * @license     http://iceframework.org/license
 */
abstract class Controller extends Access
{
}