interface PartnerInterface in Lockr 7
Same name and namespace in other branches
- 7.2 vendor/lockr/lockr-client/src/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
- src/
Lockr/ 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. | 1 |
PartnerInterface:: |
public | function | Gets the partner base URI for writing data. | 1 |
PartnerInterface:: |
public | function | Adds required request options to the request for partner authentication. | 1 |