You are here

interface PartnerInterface in Lockr 7.2

Same name and namespace in other branches
  1. 7 src/Lockr/PartnerInterface.php \Lockr\PartnerInterface

Interface to Lockr platform specific partners.

Hierarchy

Expanded class hierarchy of PartnerInterface

All classes that implement PartnerInterface

File

vendor/lockr/lockr-client/src/PartnerInterface.php, line 9

Namespace

Lockr
View source
interface PartnerInterface {

  /**
   * Adds required request options to the request for partner authentication.
   */
  public function requestOptions();

  /**
   * Gets the partner base URI for reading data.
   */
  public function getReadUri();

  /**
   * Gets the partner base URI for writing data.
   */
  public function getWriteUri();

}

Members

Namesort descending Modifiers Type Description Overrides
PartnerInterface::getReadUri public function Gets the partner base URI for reading data. 2
PartnerInterface::getWriteUri public function Gets the partner base URI for writing data. 2
PartnerInterface::requestOptions public function Adds required request options to the request for partner authentication. 2