PHP Класс Mnemo_Factory_Driver, 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.
Автор: Michael J. Rubinsky ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Horde_Injector $injector ) Constructor.
create ( mixed $name = '' ) : Mnemo_Driver Return the Mnemo_Driver:: instance.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Injector $injector )
$injector Horde_Injector The injector to use.

create() публичный Метод

Return the Mnemo_Driver:: instance.
public create ( mixed $name = '' ) : Mnemo_Driver
$name mixed The notepad to open
Результат Mnemo_Driver