PHP Class 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.
ファイルを表示
Open project: horde/horde
Public Methods
Protected Methods
Method Details
__construct()
public method
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 method
_handle()
protected method
protected _handle ( Horde_Variables $vars ) |
$vars |
Horde_Variables |
|
_handleEdit()
abstract protected method
abstract protected _handleEdit ( Horde_Variables $vars ) : mixed |
$vars |
Horde_Variables |
|
return |
mixed |
Raw data to return to in-place-editor. |