Constructor.
Description
Parameters
- $manager
-
(awsmug\Torro_Forms\DB_Objects\Submission_Values\Submission_Value_Manager) (Required) The manager instance for the model query.
Source
File: src/db-objects/submission-values/submission-value-query.php
public function __construct( $manager ) { parent::__construct( $manager ); $this->query_var_defaults['form_id'] = ''; $this->query_var_defaults['submission_id'] = ''; $this->query_var_defaults['element_id'] = ''; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |