API Documentation

Paginator/SerializableLimitIterator.php

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Paginator  
version
$Id: SerializableLimitIterator.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Paginator_SerializableLimitIterator

Extends from
\LimitIterator
Implements
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Paginator  

Properties

Propertyprivateint  $_count= ''

Maximum number of elements to show or -1 for all

Details
Type
int
Propertyprivateint  $_offset= ''

Offset to first element

Details
Type
int

Methods

methodpublic__construct( \Iterator $it, int $offset = 0, int $count = 1 ) : void

Construct a Zend_Paginator_SerializableLimitIterator

Parameters
Name Type Description
$it \Iterator

Iterator to limit (must be serializable by un-/serialize)

$offset int Offset to first element
$count int

Maximum number of elements to show or -1 for all

Details
see
\LimitIterator::__construct  
methodpubliccurrent( ) : void

Inherited from:
methodpublicgetInnerIterator( ) : void

Inherited from:
methodpublicgetPosition( ) : void

Inherited from:
methodpublickey( ) : void

Inherited from:
methodpublicnext( ) : void

Inherited from:
methodpublicoffsetExists( int $offset ) : void

Determine if a value of Iterator is set and is not NULL

Parameters
Name Type Description
$offset int
methodpublicoffsetGet( int $offset ) : mixed

Returns value of the Iterator

Parameters
Name Type Description
$offset int
Returns
Type Description
mixed
methodpublicoffsetSet( int $offset, mixed $value ) : void

Does nothing Required by the ArrayAccess implementation

Parameters
Name Type Description
$offset int
$value mixed
methodpublicoffsetUnset( int $offset ) : void

Does nothing Required by the ArrayAccess implementation

Parameters
Name Type Description
$offset int
methodpublicrewind( ) : void

Inherited from:
methodpublicseek( ) : void

Inherited from:
methodpublicserialize( ) : string

Returns
Type Description
string representation of the instance
methodpublicunserialize( string $data ) : void

Parameters
Name Type Description
$data string representation of the instance
methodpublicvalid( ) : void

Inherited from:
Documentation was generated by DocBlox 0.13.3.