Abstract_REST_Endpoint::get_documentation()
{@inheritDoc}
Return
(array)
Source
File: src/Tickets/Commerce/Gateways/Contracts/Abstract_REST_Endpoint.php
public function get_documentation() {
return [];
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | moved to Abstract_REST_Endpoint |
| 5.1.9 | Introduced. |