interface SettingsInterface in Lockr 7.3
Hierarchy
- interface \Lockr\SettingsInterface
Expanded class hierarchy of SettingsInterface
All classes that implement SettingsInterface
File
- vendor/
lockr/ lockr/ src/ SettingsInterface.php, line 4
Namespace
LockrView source
interface SettingsInterface {
/**
* Gets the Lockr host to connect to.
*
* @return string
*/
public function getHostname();
/**
* Gets the Guzzle client options to apply.
*
* @return array
*/
public function getOptions();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SettingsInterface:: |
public | function | Gets the Lockr host to connect to. | 1 |
SettingsInterface:: |
public | function | Gets the Guzzle client options to apply. | 1 |