EO_Booking_Form_Validate_Visitor
since 2.0.0
Pro
Validates each element of the booking form
The visitor class visits each element in the booking form, and checks
it for any errors, and adds the appropriate error to the element and form.
$visitor = new EO_Booking_Form_Validate_Visitor();
$form->accept( $visitor );
Methods
public |
#
__construct( $deprecated )
|
public |
#
visit( $element )
|
public |
#
visit_enter( $element )
|
public |
#
visit_leave( $element )
|
Properties
Hooks
Changelog