Jarves\Filesystem\Adapter\AdapterInterface::loadConfig PHP Method

loadConfig() public method

public loadConfig ( )
    public function loadConfig();

Usage Example

Example #1
0
 /**
  * @param AdapterInterface $adapter
  */
 public function setAdapter(AdapterInterface $adapter)
 {
     $this->adapter = $adapter;
     $this->adapter->loadConfig();
 }