Documentation

Gollem_Factory_Vfs extends Horde_Core_Factory_Base
in package

A Horde_Injector based Horde_Vfs factory.

Copyright 2011-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Tags
author

Michael J. Rubinsky mrubinsk@horde.org

author

Jan Schneider jan@horde.org

category

Horde

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

$_instances  : array<string|int, mixed>
Instances.
create()  : Horde_Vfs
Returns the VFS instance.

Properties

$_instances

Instances.

private array<string|int, mixed> $_instances = array()

Methods

create()

Returns the VFS instance.

public create(string $backend) : Horde_Vfs
Parameters
$backend : string

The backend to return.

Return values
Horde_Vfs

The VFS object.

Search results