CLI_Element_Choices_Command::__construct( awsmug\Torro_Forms\DB_Objects\Element_Choices\Manager $manager )

Constructor.

Description

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

Changelog
Version Description
1.0.0 Introduced.