Ejemplo n.º 1
0
	public function slice($offset, $count){
		$this->iterator = Iterators::slice($this->iterator, $offset, $count);
		return $this;
	}