Ejemplo n.º 1
0
 /**
  * Return true if the automatic cleaning is available for the backend
  *
  * DEPRECATED : use getCapabilities() instead
  *
  * @deprecated
  * @return boolean
  */
 public function isAutomaticCleaningAvailable()
 {
     return $this->_backend->isAutomaticCleaningAvailable();
 }