"convertir en tableaux séquentiels", "action" => [self::class, "create_command"], "cmd_args" => [ "usage" => self::NAME, ["-o", "--param", "args" => "value", "action" => [self::class, "add_params"], "help" => "spécifier une option générique", ], ], ]; /** @var Assoc2SeqMapper */ protected static $command; static function create_command() { self::$command = mappers_command::add(new Assoc2SeqMapper()); } }