Deletes the model from the database.
Namespace: awsmug\Torro_Forms\DB_Objects\Submissions
Submission::format_datetime()
Formats the submission date and time.
Submission::set_current_container()
Sets the current container for the submission.
Submission::get_current_container()
Returns the current container for the submission.
Submission::get_next_container()
Returns the next container for the submission, if there is one.
Submission::get_previous_container()
Returns the previous container for the submission, if there is one.
Submission::get_element_values_data()
Gets all element values set for the submission.
Submission::add_error()
Adds an error to the submission.
Submission::remove_error()
Removes an error from the submission.
Submission::get_errors()
Gets all errors, for the entire submission or a specific element.