PHP Класс Horde_Core_Factory_Vfs, 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
Показать файл Открыть проект

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

Метод Описание
create ( string $scope = 'horde', array $params = null ) : Horde_Vfs Returns the VFS instance.
getConfig ( string $name = 'horde' ) : array Returns the VFS driver parameters for the specified backend.

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

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

Returns the VFS instance.
public create ( string $scope = 'horde', array $params = null ) : Horde_Vfs
$scope string The vfs scope to return.
$params array Configuration parameters. If specified this configuration is used instead of the configuration from conf.php.
Результат Horde_Vfs The VFS object.

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

Returns the VFS driver parameters for the specified backend.
public getConfig ( string $name = 'horde' ) : array
$name string The VFS system name being used.
Результат array A hash with the VFS parameters; the VFS driver in 'type' and the connection parameters in 'params'.