PHP Класс Turba_Factory_Driver, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (APL). If you did not receive this file, see http://www.horde.org/licenses/apl.html.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Factory_Base
Показать файл Открыть проект

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

Метод Описание
create ( mixed $name, string $name2 = '' ) : Turba_Driver Return the Turba_Driver:: instance.

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

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

Return the Turba_Driver:: instance.
public create ( mixed $name, string $name2 = '' ) : Turba_Driver
$name mixed Either a string containing the internal name of this source, or a config array describing the source.
$name2 string The internal name of this source if $name is an array.
Результат Turba_Driver The singleton instance.