Adds the database table.
Namespace: awsmug\Torro_Forms\DB_Objects\Submissions
Submission::has_errors()
Checks whether there are errors, for the entire submission or a specific element.
Submission::reset_errors()
Resets all errors, for the entire submission or a specific element.
Submission::get_submission_values_data()
Gets submission values data for the submission, to be used with the field manager.
Submission::set_submission_values_data()
Sets submission values data for the submission, to be used with the field manager.
Submission::get_blacklist()
Returns a list of internal properties that are not publicly accessible.
Submission_Manager
Manager class for submissions.
Submission_Manager::__construct()
Constructor.
Submission_Manager::export_handler()
Returns the submission export handler.
Submission_Manager::count()
Counts all existing models for this manager.