Field.inc
Table of Contents
Classes
- Field
- Defines Model Fields and their attributes. Field's define how value should be obtained on pfSense internally, and
converted into its representation form. Fields are also responsible for validation of this Field's value. This
includes strict type validation, choice options, whether the value can be null or empty, etc. Field's can also be
assigned custom Validator objects to add custom validation to the Field. Field's must be assigned as a properties
Model objects.