Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function getHash()
 {
     return sha1(parent::getHash() . '-' . $this->_firstResult . '-' . $this->_maxResults);
 }