ServiceStatusForm
in package
Update service status form.
Generates a form to update a the status of a booked service.
Tags
Table of Contents
Properties
- $button_class : string
- Button class.
Methods
- __construct() : mixed
- Constructor method.
- build() : mixed
- Builds the form.
- form_fields() : mixed
- Creates the form field args.
Properties
$button_class
Button class.
public
string
$button_class
Methods
__construct()
Constructor method.
public
__construct() : mixed
Tags
build()
Builds the form.
public
build([array<string|int, mixed> $values = null ]) : mixed
Parameters
- $values : array<string|int, mixed> = null
-
Optional. An array of values to populate the field.
Tags
form_fields()
Creates the form field args.
public
form_fields([array<string|int, mixed> $values = null ]) : mixed
Parameters
- $values : array<string|int, mixed> = null
-
Optional. An array of values to populate the field.