From 705b266c284e1d024b2fe0cfd3b2a0d5b7af038e Mon Sep 17 00:00:00 2001 From: "teromene@teromene.fr" Date: Thu, 11 Feb 2016 15:30:10 +0000 Subject: [PATCH] Updated the documentation. --- CREATE_BRIDGE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CREATE_BRIDGE.md b/CREATE_BRIDGE.md index 7041ec93..9948050c 100644 --- a/CREATE_BRIDGE.md +++ b/CREATE_BRIDGE.md @@ -59,6 +59,8 @@ The array can be a key-based array, but it is not necessary. The following synta $this->parameters[] = ... $this->parameters['First usage of my bridge'] = ... ``` +It is worth mentionning that you can also define a set of parameters that will be applied to every possible utilisation of your bridge. +To do this, just create a parameter array with the `global` key. ### Format specifications