class ImageButton extends SubmitButton

Submittable image button form control.

Methods

__construct(string|null $src = null, string|null $alt = null)

No description

void
loadHttpData()

Loads HTTP data.

string
getHtmlName()

Returns HTML name of control.

array|null
getValue()

No description

Details

at line 23
__construct(string|null $src = null, string|null $alt = null)

No description

Parameters

string|null $src

URI of the image

string|null $alt

alternate text for the image

at line 32
void loadHttpData()

Loads HTTP data.

Return Value

void

at line 41
string getHtmlName()

Returns HTML name of control.

Return Value

string

at line 17
array|null getValue()

No description

Return Value

array|null