Beispiel #1
0
 /**
  * @return bool
  */
 function isHashed()
 {
     $this->assertRepoDefined();
     return $this->repo->isHashed();
 }