[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 121 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_Editor:: (3 méthodes):
Horde_Editor()
factory()
singleton()
Classe: Horde_Editor - X-Ref
Editor ClassHorde_Editor($params = array() X-Ref |
Constructor. |
factory($driver, $params = null) X-Ref |
Attempts to return a concrete Horde_Editor instance based on $driver. param: mixed $driver The type of concrete Horde_Editor subclass to param: array $params A hash containing any additional configuration or return: Horde_Editor The newly created concrete Horde_Editor instance, |
singleton($driver, $params = null) X-Ref |
Attempts to return a reference to a concrete Horde_Editor instance based on $driver. It will only create a new instance if no Horde_Editor instance with the same parameters currently exists. This should be used if multiple cache backends (and, thus, multiple Horde_Editor instances) are required. This method must be invoked as: $var = &Horde_Editor::singleton() param: mixed $driver The type of concrete Horde_Editor subclass to param: array $params A hash containing any additional configuration or return: Horde_Editor The concrete Horde_Editor reference, or false on |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |