Field::__construct()

Method: Initialize the class.

Field::prepare()

Method: Prepare field.

Field::form()

Method: Get parent form.

Field::sanitize_cb()

Method: Parse sanitization callbacks.

Field::validate_cb()

Method: Parse validation callbacks.

Field::get()

Method: Get a value from a path or default value if the path doesn’t exist

Field::add_html()

Method: Add HTML markup to property.

Field::html_order()

Method: Order of HTML markup.

Field::output()

Method: Create field markup.

Field::unsafe_value()

Method: Get POST (unsafe) value of a field.