14 lignes
283 B
PHP
Brut Vue normale Historique

2024-10-27 12:01:55 +01:00
<?php
2024-11-19 09:54:00 +01:00
2024-10-27 12:01:55 +01:00
declare(strict_types=1);
namespace D3\ManufacturerInformation\Application\Model;
class Constants
{
2024-11-19 09:54:00 +01:00
public const OXID_MODULE_ID = 'd3manufacturerinformation';
// Tables and Database
public const D3_OXMANUFACTURERS_LONGDESC_FIELDNAME = 'd3description';
2024-10-27 12:01:55 +01:00
}