Interface FieldInterface
Field Interface
Stores information regarding a particular Field, which may consist of a label, tooltip, input field, or some combination thereof.
Direct known implementers
Blesta\Core\Util\Input\Fields\Common\AbstractField
Namespace: Blesta\Core\Util\Input\Fields\Common
Package: blesta\core\Util\Input\Fields\Common
Copyright: Copyright (c) 2020, Phillips Data, Inc.
License: The Blesta License Agreement
See:
Link: Blesta
Located at core/Util/Input/Fields/Common/FieldInterface.php
Package: blesta\core\Util\Input\Fields\Common
Copyright: Copyright (c) 2020, Phillips Data, Inc.
License: The Blesta License Agreement
See:
Blesta\Core\Util\Input\Fields\Common\FieldsInterface
Link: Blesta
Located at core/Util/Input/Fields/Common/FieldInterface.php
public
|
#
setParam( string $name, mixed $value )
Sets all parameters for this FieldInterface, which will be dispatched to the appropriate Form helper method when needed, or to the tooltip. |
public
|
#
setLabel(
Sets the label associated with this specific field. |
public
|
#
attach(
Attaches a field to a label FieldInterface, or a tooltip to a label FieldInterface. Only field and tooltip types can be attached to a label. So the current object must be of type "label". And $field must be of some other type. |