Service/Amazon/SimpleDb/Page.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service_Amazon  
Subpackage
SimpleDb  

\Zend_Service_Amazon_SimpleDb_Page

Package: Zend_Service_Amazon\SimpleDb
The Custom Exception class that allows you to have access to the AWS Error Code.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_data

Page data

Details
Type
string
>VPropertyprotectedstring|null $_token

Token identifying page

Details
Type
string | null

Methods

methodpublic__construct(string $data, string | null $token = null) : void

Constructor

Parameters
NameTypeDescription
$datastring
$tokenstring | null
methodpublic__toString() : string

Cast to string

Returns
TypeDescription
string
methodpublicgetData() : string

Retrieve page data

Returns
TypeDescription
string
methodpublicgetToken() : string | null

Retrieve token

Returns
TypeDescription
string | null
methodpublicisLast() : void

Determine whether this is the last page of data

Documentation was generated by phpDocumentor 2.2.0 .