PHP Интерфейс 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.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

display() публичный Метод

Generate code used to display a special preference.
public display ( Horde_Core_Prefs_Ui $ui ) : string
$ui Horde_Core_Prefs_Ui The UI object.
Результат string The HTML code to display on the prefs UI page.

init() публичный Метод

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

update() публичный Метод

Handle updating a special preference.
public update ( Horde_Core_Prefs_Ui $ui ) : boolean
$ui Horde_Core_Prefs_Ui The UI object.
Результат boolean True if preference was updated.