phpmyadmin/libraries/classes/Controllers/Normalization
Maurício Meneghini Fauth 1be42d13de
Create the Identifiers\Identifier interface
Changes Dbal\DatabaseName, Dbal\TableName and Triggers\TriggerName to
implements the new Identifier\Identifier interface.
Moves Dbal\DatabaseName, Dbal\TableName and Triggers\TriggerName to the
Identifiers namespace.
Renames the tryFromValue() and fromValue() methods to just tryFrom() and
from() respectively.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-01 19:09:25 -03:00
..
FirstNormalForm Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
SecondNormalForm Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ThirdNormalForm Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
AddNewPrimaryController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
CreateNewColumnController.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
GetColumnsController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
MainController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
MoveRepeatingGroup.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
PartialDependenciesController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00