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.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_LoginTasks
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_app string Horde application to run login tasks for.

Public Methods

Method Description
__construct ( Horde_LoginTasks_Backend $backend, string $app )
runTasks ( array $opts = [] )

Method Details

__construct() public method

public __construct ( Horde_LoginTasks_Backend $backend, string $app )
$backend Horde_LoginTasks_Backend
$app string Horde application string.

runTasks() public method

public runTasks ( array $opts = [] )
$opts array

Property Details

$_app protected_oe property

Horde application to run login tasks for.
protected string $_app
return string