Vertaling van "config-array" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
<config-array>is a series of comma separated decimal integers.
<config-array>est une série d'entiers décimaux séparés par des virgules.
There is no default value, if<config-array>is not specified, no PWM generators will be installed.
Il n'y a pas de valeur par défaut, si<config-array>n'est pas spécifié, aucun générateur de PWM ne sera installé.
Andere resultaten
Session handlers can also be defined in the session config array.
Every configure key-value pair is represented in the file with the $config array.
Chaque paire clé-valeur est représentée dans le fichier par le tableau $config.
You can now specify layout key in email config array without having to specify template key. CakeRequest
Vous pouvez maintenant spécifier la clé layout dans la config d'email sans avoir à spécifier la clé template.
It is not required to define email configuration in config/app.php. Email can be used without it and use the respective methods to set all configurations separately or load an array of configs.
Il n'est pas nécessaire de créer app/Config/email.php, CakeEmail peut être utilisé sans lui et utiliser les méthodes respectives pour définir toutes les configurations séparément ou charger un tableau de configs.
Helpers can now implement an initialize(array $config) hook method like other class types.
Les helpers peuvent maintenant avoir une méthode hook initialize(array $config) comme tous les autres types de classe.
$config (array) - Array of configuration information and constructor arguments for the logger.
$config (array) - Tableau de configuration de l'information et des arguments du constructeur pour le journal.
The initialize method should have the following signature initialize(array $config).
La méthode initialize devrait avoir la signature suivante initialize(array $config).
To create a section in the root or to create a branch, you just create a new array ($config->branch = array();).
Pour créer une section à la racine ou pour créer une branche, vous avez juste à créer un nouveau tableau ($config->branch = array();).