PHP Класс Horde_Core_Factory_ShareBase, horde

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

Защищенные свойства (Protected)

Свойство Тип Описание
$_instances array Local cache of created share instances.
$_toCache array Cache of share entries.

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

Метод Описание
create ( string $app = null, string $driver = null ) : Horde_Share_Base Returns the share driver instance.
shutdown ( ) Shutdown function.

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

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

Returns the share driver instance.
public create ( string $app = null, string $driver = null ) : Horde_Share_Base
$app string The application scope of the share. If empty, default to current application.
$driver string The storage driver to use. If empty, use the globally configured storage driver.
Результат Horde_Share_Base The share driver instance.

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

Shutdown function.
public shutdown ( )

Описание свойств

$_instances защищенное свойство

Local cache of created share instances.
protected array $_instances
Результат array

$_toCache защищенное свойство

Cache of share entries.
protected array $_toCache
Результат array