コード例 #1
0
ファイル: PsGallery.php プロジェクト: ilivanoff/www
 public function deleteLocalImg($file)
 {
     AuthManager::checkAdminAccess();
     GalleryBean::inst()->deleteLocalImg($this->gallery, $file);
     $this->DM->getDirItem(null, $file)->remove();
 }
コード例 #2
0
ファイル: PsProfiler.php プロジェクト: ilivanoff/ps-sdk-dev
 /** @return DirItem Файл для хранения статистики */
 private function getProfilerDi($profilerId)
 {
     return $this->dirManager->getDirItem(null, $profilerId, 'txt');
 }