Zend Framework
1.12
|
Public Member Functions | |
__construct ($data, $token=null) | |
Constructor. | |
getData () | |
Retrieve page data. | |
getToken () | |
Retrieve token. | |
isLast () | |
Determine whether this is the last page of data. | |
__toString () | |
Cast to string. | |
Protected Attributes | |
$_data | |
$_token | |
__construct | ( | $data, | |
$token = null |
|||
) |
Constructor.
string | $data | |
string | null | $token |
__toString | ( | ) |
Cast to string.
getData | ( | ) |
Retrieve page data.
getToken | ( | ) |
Retrieve token.
isLast | ( | ) |
Determine whether this is the last page of data.
|
protected |
|
protected |