Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function key()
 {
     return ($this->paginator->getPageNumber() - 1) * $this->paginator->getNumberPerPage() + $this->iterator->key();
 }