Documentation

Horde_Core_Prefs_Ui_Special
in

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.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

Methods

display()  : string
Generate code used to display a special preference.
init()  : mixed
Code to run on initialization.
update()  : bool
Handle updating a special preference.

Methods

display()

Generate code used to display a special preference.

public display(Horde_Core_Prefs_Ui $ui) : string
Parameters
$ui : Horde_Core_Prefs_Ui

The UI object.

Return values
string

The HTML code to display on the prefs UI page.


        
On this page

Search results