Zend Framework
1.12
|
Public Member Functions | |
__construct (Iterator $it, $offset=0, $count=-1) | |
Construct a Zend_Paginator_SerializableLimitIterator. | |
serialize () | |
unserialize ($data) | |
offsetGet ($offset) | |
Returns value of the Iterator. | |
offsetSet ($offset, $value) | |
Does nothing Required by the ArrayAccess implementation. | |
offsetExists ($offset) | |
Determine if a value of Iterator is set and is not NULL. | |
offsetUnset ($offset) | |
Does nothing Required by the ArrayAccess implementation. | |
__construct | ( | Iterator | $it, |
$offset = 0 , |
|||
$count = -1 |
|||
) |
Construct a Zend_Paginator_SerializableLimitIterator.
Iterator | $it | Iterator to limit (must be serializable by un-/serialize) |
int | $offset | Offset to first element |
int | $count | Maximum number of elements to show or -1 for all |
offsetExists | ( | $offset | ) |
Determine if a value of Iterator is set and is not NULL.
int | $offset |
offsetGet | ( | $offset | ) |
Returns value of the Iterator.
int | $offset |
offsetSet | ( | $offset, | |
$value | |||
) |
Does nothing Required by the ArrayAccess implementation.
int | $offset | |
mixed | $value |
offsetUnset | ( | $offset | ) |
Does nothing Required by the ArrayAccess implementation.
int | $offset |
serialize | ( | ) |
unserialize | ( | $data | ) |
string | $data | representation of the instance |