BuddyClients Docs

ServiceStatusForm
in package

Update service status form.

Generates a form to update a the status of a booked service.

Tags
since
0.1.0

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

Methods

__construct()

Constructor method.

public __construct() : mixed
Tags
since
0.1.0

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
since
0.1.0

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.

Tags
since
0.1.0

        
On this page

Search results