コード例 #1
0
ファイル: Query.php プロジェクト: josercl/forum
 /**
  * {@inheritdoc}
  */
 protected function getHash()
 {
     return sha1(parent::getHash() . '-' . $this->_firstResult . '-' . $this->_maxResults);
 }