PHP Class Mnemo_Factory_Notepads, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (ASL). If you
did not receive this file, see http://www.horde.org/licenses/apache.
Afficher le fichier
Open project: horde/horde
Méthodes publiques
Méthode |
Description |
|
__construct ( Horde_Injector $injector ) |
Constructor. |
|
create ( ) : Mnemo_Notepads |
Return a Mnemo_Notepads instance. |
|
Method Details
__construct()
public méthode
public __construct ( Horde_Injector $injector ) |
$injector |
Horde_Injector |
The injector to use. |
Return a Mnemo_Notepads instance.
public create ( ) : Mnemo_Notepads |
Résultat |
Mnemo_Notepads |
|