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