clé React protected $listOfPublishedFields = [ 'rowid' => 'id', 'ref' => 'ref', 'label' => 'label', 'description' => 'description', 'price' => 'price', 'price_ttc' => 'price_ttc', 'tva_tx' => 'vat_rate', 'stock_reel' => 'stock', 'tosell' => 'status', 'date_creation' => 'created_at', 'tms' => 'updated_at' ]; public function __construct() { global $langs; $langs->load("products"); $this->boot(); } }