'sleep', 'label' => 'Faire une pause', 'class' => get_called_class(), 'path' => __FILE__, 'icon' => 'fas fa-stopwatch', 'color' => '#ff9f43', ); if(!isset($key)) return $manifest; return isset($manifest[$key]) ? $manifest[$key] : '' ; } //méthode d'affichage de l'effet public static function form($item){ $html = ''; $class = get_called_class(); ob_start(); ?>