\Horde_Core_Prefs_Ui_Special

Base interface for handling 'special' preference types.

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Constants
init()
display()
update()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

init()

init(\Horde_Core_Prefs_Ui  $ui) 

Code to run on initialization.

Parameters

\Horde_Core_Prefs_Ui $ui

The UI object.

display()

display(\Horde_Core_Prefs_Ui  $ui) : string

Generate code used to display a special preference.

Parameters

\Horde_Core_Prefs_Ui $ui

The UI object.

Returns

string —

The HTML code to display on the prefs UI page.

update()

update(\Horde_Core_Prefs_Ui  $ui) : boolean

Handle updating a special preference.

Parameters

\Horde_Core_Prefs_Ui $ui

The UI object.

Returns

boolean —

True if preference was updated.