B

NormFormDemo::business() — Method in class NormFormDemo
Business logic method used to process the data that was used after a successful validation. In this example the received data is stored in result and passed on to the view. In more complex scenarios this would be the place to add things to a database or perform other tasks before displaying the data.

I

NormFormDemo::isValid() — Method in class NormFormDemo
Validates the form submission. The criteria for this example are non-empty fields for first and last name.

N

NormFormDemoClass in namespace NormFormSkeleton

R

$NormFormDemo#resultProperty in class NormFormDemo
Holds the results of the form submission (assigned in business()).