Esempio n. 1
0
 /**
  * Return name of storage.
  * @return string
  */
 public function getTitle()
 {
     return Loc::getMessage('DISK_PROXY_TYPE_BASE_TITLE', array('#NAME#' => $this->storage->getName()));
 }