コード例 #1
0
ファイル: File.php プロジェクト: realsoc/mediawiki-extensions
 private function keyPath($key)
 {
     return WURFL_FileUtils::join(array($this->root, $this->spread(md5($key))));
 }
コード例 #2
0
 private function keyPath($key)
 {
     return WURFL_FileUtils::join(array($this->_persistenceDir, $this->spread(md5($key))));
 }