Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StorageInterface.php
Go to the documentation of this file.
1 <?php
7 
16 {
24  public function authenticate($username, $password);
25 
34  public function login($username, $password);
35 
42  public function reload();
43 
50  public function hasAvailableResources();
51 
59  public function setHasAvailableResources($hasResources);
60 }