Previous Page
setElements()

Solar_Form
setStatus()

Next Page
setValue()

setStatus()

public void setStatus ( bool $flag )

Forcibly sets the overall form validation status.

Parameters

  • (bool) $flag: True if you want to say the form is valid, false if you want to say it is not valid.

Returns

  • (void)

Description

Forcibly sets the overall form validation status.

Does not set individual element status values.