Constructor.
Description
See also
Parameters
- $manager
-
(awsmug\Torro_Forms\DB_Objects\Elements\Element_Manager) (Required) The manager instance.
Source
File: src/db-objects/elements/rest-elements-controller.php
public function __construct( $manager ) { parent::__construct( $manager ); $this->namespace .= '/v1'; $this->types_controller = new REST_Element_Types_Controller( $this->manager ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |