Constructor.
Description
Parameters
- $manager
-
(awsmug\Torro_Forms\DB_Objects\Elements\Element_Manager) (Required) The manager instance for the model query.
Source
File: src/db-objects/elements/element-query.php
public function __construct( $manager ) { parent::__construct( $manager ); $this->query_var_defaults['orderby'] = array( 'sort' => 'ASC', ); $this->query_var_defaults['form_id'] = ''; $this->query_var_defaults['container_id'] = ''; $this->query_var_defaults['type'] = ''; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |