예제 #1
0
파일: Query.php 프로젝트: josercl/forum
 /**
  * {@inheritdoc}
  */
 protected function getHash()
 {
     return sha1(parent::getHash() . '-' . $this->_firstResult . '-' . $this->_maxResults);
 }