plugins->moduleInfo(self::id(), 'name')); } /** * Check php version. */ public static function phpCompliant(): bool { return version_compare(phpversion(), self::PHP_MIN, '>='); } /** * Get distributed models. * * Use Behavior arlequinAddModels to add models with synthax: * [ * 'name'=>__('Model name'), // Nom du modèle prédéfini * 's_html'=>'[HTML code]', // Code HTML du sélecteur de thème * 'e_html'=>'[HTML code]', // Code HTML d'un item pouvant être sélectionné * 'a_html'=>'[HTML code]' // Code HTML d'un item actif (thème sélectionné) * ] */ public static function distributedModels(): array { return [ [ 'name' => __('Bullets list'), 's_html' => '