LLMS_Abstract_API_Handler::set_result( mixed $result )

Set the result


Parameters Parameters

$result

(mixed) (Required) result data


Top ↑

Source Source

File: includes/abstracts/llms.abstract.api.handler.php

	protected function set_result( $result ) {
		$this->result = $result;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.11.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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