N°6935 - Deprecate own router system in favor of Symfony's

This commit is contained in:
Molkobain
2023-12-14 15:03:06 +01:00
parent 1fee4372eb
commit 43d3a3bc67
8 changed files with 82 additions and 40 deletions

View File

@@ -6,10 +6,13 @@
namespace Combodo\iTop\Controller;
/**
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @since 3.1.0
* @package Combodo\iTop\Controller
*
* @deprecated 3.2.0 N°6935 As we now use Symfony controller and routing components, extend \Combodo\iTop\Controller\AbstractController instead
*/
interface iController
{