[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/ -> Editor.php (sommaire)

(pas de description)

Poids: 121 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Horde_Editor:: (3 méthodes):
  Horde_Editor()
  factory()
  singleton()


Classe: Horde_Editor  - X-Ref

Editor Class

The Editor:: package provides an rte editor for the Horde
Application Framework.

$Horde: framework/Editor/Editor.php,v 1.8.10.8 2006/01/01 21:28:14 jan Exp $

Copyright 2003-2006 Nuno Loureiro <nuno@co.sapo.pt>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Horde_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