class ImageButton extends SubmitButton

Submittable image button form control.

Methods

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

No description

void
loadHttpData()

Loads HTTP data.

string
getHtmlName()

Returns HTML name of control.

Details

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

No description

Parameters

string $src

URI of the image

string $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