REST_Element_Choices_Controller::__construct( awsmug\Torro_Forms\DB_Objects\Element_Choices\Leaves_And_Love\Plugin_Lib\DB_Objects\Manager $manager )

Constructor.

Description

Parameters

$manager

(awsmug\Torro_Forms\DB_Objects\Element_Choices\Leaves_And_Love\Plugin_Lib\DB_Objects\Manager) (Required) The manager instance.

Source

File: src/db-objects/element-choices/rest-element-choices-controller.php

	public function __construct( $manager ) {
		parent::__construct( $manager );

		$this->namespace .= '/v1';
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.