Returns a list of internal properties that are not publicly accessible.
File: src/db-objects/submissions/submission.php
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::delete()
Deletes the model from the database.
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.