예제 #1
0
파일: File.php 프로젝트: mb720/mediawiki
 /**
  * @return bool
  */
 function isHashed()
 {
     $this->assertRepoDefined();
     return (bool) $this->repo->getHashLevels();
 }