interface PartnerInterface in Lockr 7.2
Same name and namespace in other branches
- 7 src/Lockr/PartnerInterface.php \Lockr\PartnerInterface
Interface to Lockr platform specific partners.
Hierarchy
- interface \Lockr\PartnerInterface
Expanded class hierarchy of PartnerInterface
All classes that implement PartnerInterface
File
- vendor/
lockr/ lockr-client/ src/ PartnerInterface.php, line 9
Namespace
LockrView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PartnerInterface:: |
public | function | Gets the partner base URI for reading data. | 2 |
PartnerInterface:: |
public | function | Gets the partner base URI for writing data. | 2 |
PartnerInterface:: |
public | function | Adds required request options to the request for partner authentication. | 2 |