Ingo_Form_Forward
extends Ingo_Form_Base
in package
The form to manage forwarding rules.
Tags
Table of Contents
- $_features : array<string|int, mixed>
- List of the supported form fields. If empty, all features are supported.
- __construct() : mixed
- hasFeature() : mixed
- setCustomButtons() : mixed
- Sets the form buttons.
Properties
$_features
List of the supported form fields. If empty, all features are supported.
protected
array<string|int, mixed>
$_features
Methods
__construct()
public
__construct(mixed $vars[, mixed $title = '' ][, mixed $name = null ]) : mixed
Parameters
- $vars : mixed
- $title : mixed = ''
- $name : mixed = null
Return values
mixed —hasFeature()
public
hasFeature(mixed $what) : mixed
Parameters
- $what : mixed
Return values
mixed —setCustomButtons()
Sets the form buttons.
public
setCustomButtons(bool $disabled) : mixed
Parameters
- $disabled : bool
-
Whether the rule is currently disabled.