Exemplo n.º 1
0
 /**
  * @param \RainLoop\Model\Account $oAccount
  * @param string $sKey
  *
  * @return string
  */
 public function GenerateLocalFullFileName($oAccount, $sKey)
 {
     return $this->oDriver ? $this->oDriver->GenerateLocalFullFileName($oAccount, $sKey) : '';
 }
Exemplo n.º 2
0
 /**
  * @return bool
  */
 public function CloseAllOpenedFiles()
 {
     return $this->oDriver && \method_exists($this->oDriver, 'CloseAllOpenedFiles') ? $this->oDriver->CloseAllOpenedFiles() : false;
 }