public function deleteLocalImg($file) { AuthManager::checkAdminAccess(); GalleryBean::inst()->deleteLocalImg($this->gallery, $file); $this->DM->getDirItem(null, $file)->remove(); }
/** @return DirItem Файл для хранения статистики */ private function getProfilerDi($profilerId) { return $this->dirManager->getDirItem(null, $profilerId, 'txt'); }