PHP Interface Horde_Core_Prefs_Ui_Special, horde

Copyright 2012-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])
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
display ( Horde_Core_Prefs_Ui $ui ) : string Generate code used to display a special preference.
init ( Horde_Core_Prefs_Ui $ui ) Code to run on initialization.
update ( Horde_Core_Prefs_Ui $ui ) : boolean Handle updating a special preference.

Method Details

display() public method

Generate code used to display a special preference.
public display ( Horde_Core_Prefs_Ui $ui ) : string
$ui Horde_Core_Prefs_Ui The UI object.
return string The HTML code to display on the prefs UI page.

init() public method

Code to run on initialization.
public init ( Horde_Core_Prefs_Ui $ui )
$ui Horde_Core_Prefs_Ui The UI object.

update() public method

Handle updating a special preference.
public update ( Horde_Core_Prefs_Ui $ui ) : boolean
$ui Horde_Core_Prefs_Ui The UI object.
return boolean True if preference was updated.