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.
Author: Michael J. Rubinsky ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Imple
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( array $params = [] )

Protected Methods

Method Description
_attach ( $init )
_handle ( Horde_Variables $vars )
_handleEdit ( Horde_Variables $vars ) : mixed

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

protected _attach ( $init )

_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.