You are here

interface SettingsInterface in Lockr 7.3

Hierarchy

Expanded class hierarchy of SettingsInterface

All classes that implement SettingsInterface

File

vendor/lockr/lockr/src/SettingsInterface.php, line 4

Namespace

Lockr
View 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

Namesort descending Modifiers Type Description Overrides
SettingsInterface::getHostname public function Gets the Lockr host to connect to. 1
SettingsInterface::getOptions public function Gets the Guzzle client options to apply. 1