PHP Class Horde_Core_LoginTasks, horde
Copyright 2011-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.
Mostrar archivo
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_app |
string |
Horde application to run login tasks for. |
|
Public Methods
Method Details
__construct()
public method
public __construct ( Horde_LoginTasks_Backend $backend, string $app ) |
$backend |
Horde_LoginTasks_Backend |
|
$app |
string |
Horde application string. |
Property Details
$_app protected_oe property
Horde application to run login tasks for.
protected string $_app |
return |
string |
|