LLMS_REST_Enrollments_Controller::set_collection_params( array $collection_params )

Retrieves the query params for the objects collection.


Parameters Parameters

$collection_params

(array) (Required) The Enrollments collection parameters to be set.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/server/class-llms-rest-enrollments-controller.php

	public function set_collection_params( $collection_params ) {
		$this->collection_params = $collection_params;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.