interface SubmitterControl implements Control

Defines method that must be implemented to allow a control to submit web form.

Methods

array|null
getValidationScope()

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Details

at line 21
array|null getValidationScope()

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Return Value

array|null