'ID', 'range_begin' => 'Début', 'range_end' => 'Fin', 'price' => 'Tarif (HT)', ]; } /** * Retourne les options de base nécessaires à la fonction de recherche. * * @return array */ public static function defaultOptionsSearch() { return [ 'with' => [], 'join_with' => [], 'orderby' => '', 'attribute_id_producer' => '' ]; } }