PHP Class Horde_Core_Factory_LoginTasks, 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 $app ) : Horde_Core_LoginTasks | boolean Return the Horde_LoginTasks:: instance.

Method Details

create() public method

Return the Horde_LoginTasks:: instance.
public create ( string $app ) : Horde_Core_LoginTasks | boolean
$app string The current application.
return Horde_Core_LoginTasks | boolean The singleton instance. Returns false if logintasks not available.