PHP Class Horde_Core_Factory_Imple, 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.
Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( string $driver, array $params = [], boolean $noattach = false ) : Horde_Core_Ajax_Imple Attempts to return a concrete Imple instance.

Method Details

create() public method

Attempts to return a concrete Imple instance.
public create ( string $driver, array $params = [], boolean $noattach = false ) : Horde_Core_Ajax_Imple
$driver string The driver name.
$params array A hash containing any additional configuration or parameters a subclass might need.
$noattach boolean Don't attach on creation.
return Horde_Core_Ajax_Imple The newly created instance.