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.

Details

at line 22
__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 31
void loadHttpData()

Loads HTTP data.

Return Value

void

at line 40
string getHtmlName()

Returns HTML name of control.

Return Value

string