'Point de vente', 'id_user' => 'Utilisateur', 'comment' => 'Commentaire' ]; } /** * 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' => '' ] ; } }