You are here

public function PartnerInterface::getReadUri in Lockr 7.2

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

Gets the partner base URI for reading data.

2 methods override PartnerInterface::getReadUri()
NullPartner::getReadUri in vendor/lockr/lockr-client/src/NullPartner.php
Gets the partner base URI for reading data.
Partner::getReadUri in vendor/lockr/lockr-client/src/Partner.php
Gets the partner base URI for reading data.

File

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

Class

PartnerInterface
Interface to Lockr platform specific partners.

Namespace

Lockr

Code

public function getReadUri();