PHP Класс Horde_Core_Ajax_Imple_InPlaceEditor, 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 J. Rubinsky ([email protected])
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Imple
Показать файл Открыть проект

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

Метод Описание
__construct ( array $params = [] )

Защищенные методы

Метод Описание
_attach ( $init )
_handle ( Horde_Variables $vars )
_handleEdit ( Horde_Variables $vars ) : mixed

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

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

public __construct ( array $params = [] )
$params array Configuration parameters: - cols: (integer) Number of columns. - dataid: (string) Data ID passed to the handler. - rows: (integer) Number of rows.

_attach() защищенный Метод

protected _attach ( $init )

_handle() защищенный Метод

protected _handle ( Horde_Variables $vars )
$vars Horde_Variables

_handleEdit() абстрактный защищенный Метод

abstract protected _handleEdit ( Horde_Variables $vars ) : mixed
$vars Horde_Variables
Результат mixed Raw data to return to in-place-editor.