Exemplo n.º 1
0
 /**
  * @param \RainLoop\Model\Account $oAccount
  * @param string $sKey
  *
  * @return bool
  */
 public function FileExists($oAccount, $sKey)
 {
     return $this->oDriver->FileExists($oAccount, $sKey);
 }