PHP Класс Horde_Vfs, horde

Copyright 2002-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.
Автор: Chuck Hagenbuch ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
factory ( mixed $driver, array $params = [] ) : VFS Attempts to return a concrete instance based on $driver.

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

factory() публичный статический Метод

Attempts to return a concrete instance based on $driver.
Устаревший:
public static factory ( mixed $driver, array $params = [] ) : VFS
$driver mixed The type of concrete subclass to return. This is based on the storage driver ($driver). The code is dynamically included.
$params array A hash containing any additional configuration or connection parameters a subclass might need.
Результат VFS The newly created concrete VFS instance.