Constructor.
Description
See also
Parameters
- $manager
-
(awsmug\Torro_Forms\DB_Objects\Element_Choices\Manager) (Required) The manager instance.
Source
File: src/db-objects/element-choices/cli-element-choices-command.php
public function __construct( $manager ) { parent::__construct( $manager ); $this->obj_fields = array( 'id', 'element_id', 'field', 'value', 'sort' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |