Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Abstract_Ability / Astra_Abstract_Ability::get_output_schema()

Astra_Abstract_Ability::get_output_schema()

Get the output schema for the ability.


Description

Override in child classes to define the data properties returned in the success response.


Return

(array)


Source

File: inc/abilities/class-astra-abstract-ability.php

	public function get_output_schema() {
		return array();
	}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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