예제 #1
0
파일: PsTable.php 프로젝트: ilivanoff/www
 /** @return DirItem */
 private function storeFile($ext = 'data')
 {
     return DirManager::database()->getDirItem(null, $this->getName(), $ext);
 }