PHP Class Whups_Form_Renderer_Query, horde

function _renderForm(&$form, &$vars, $isActive) { global $whups_driver; $droptext = Horde_Core_Ui_VarRenderer_html::selectOptions($whups_driver->getAllTypes()); include WHUPS_TEMPLATES . '/renderer/querysetcurrenttype.inc'; } function submit() { noop } }
Inheritance: extends Horde_Form_Renderer
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Свойство Type Description
$attributes
$ticketTypes

Méthodes publiques

Méthode Description
__construct ( )
_renderEnd ( )
_renderForm ( &$query, &$vars, $active )
_renderRow ( &$more, &$path, $type, $criterion, $cvalue, $operator, $value )
edit ( &$operations, $formname, $id )

Méthodes protégées

Méthode Description
_renderBegin ( )

Method Details

__construct() public méthode

public __construct ( )

_renderBegin() protected méthode

protected _renderBegin ( )

_renderEnd() public méthode

public _renderEnd ( )

_renderForm() public méthode

public _renderForm ( &$query, &$vars, $active )

_renderRow() public méthode

public _renderRow ( &$more, &$path, $type, $criterion, $cvalue, $operator, $value )

edit() public méthode

public edit ( &$operations, $formname, $id )

Property Details

$attributes public_oe property

public $attributes

$ticketTypes public_oe property

public $ticketTypes