SettingsInterface.php in Lockr 7.3
Namespace
LockrFile
vendor/lockr/lockr/src/SettingsInterface.phpView source
<?php
namespace Lockr;
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();
}
// ex: ts=4 sts=4 sw=4 et:
Interfaces
Name | Description |
---|---|
SettingsInterface |