Horde_Core_Share_FactoryCallback
in package
Small factory class for wrapping the injection of Horde_Share objects into the Horde_Share_Object objects. We must use $GLOBALS here instead of keeping a reference to the injector since this object will be serialized along with the Horde_Share_Object object.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- create() : mixed
Properties
$_app
protected
mixed
$_app
$_driver
protected
mixed
$_driver
Methods
__construct()
public
__construct(mixed $app, mixed $driver) : mixed
Parameters
- $app : mixed
- $driver : mixed
create()
public
create() : mixed