interface Retrievable

A resource that supports a GET or HEAD operation to retrieve more details.

Methods

retrieve () : void

Retrieve details of the current resource from the remote API.

Details

retrieve()

Retrieve details of the current resource from the remote API.

Return value

void

Example code

$retrievable->retrieve();