Class Amazon_SimpleDB_Model_QueryWithAttributesResult

Description

Amazon_SimpleDB_Model_QueryWithAttributesResult

Properties:

  • Item: Amazon_SimpleDB_Model_Item
  • NextToken: string

Located in /Model/QueryWithAttributesResult.php (line 41)

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_QueryWithAttributesResult
Method Summary
Amazon_SimpleDB_Model_QueryWithAttributesResult __construct ([mixed $data = null])
array getItem ()
string getNextToken ()
bool isSetItem ()
bool isSetNextToken ()
this setItem (mixed $item)
this setNextToken (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

Amazon_SimpleDB_Model::$_fields
Methods
Constructor __construct (line 58)

Construct new Amazon_SimpleDB_Model_QueryWithAttributesResult

  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesResult __construct ([mixed $data = null])
  • mixed $data:

    DOMElement or Associative Array to construct from.

    Valid properties:

    • Item: Amazon_SimpleDB_Model_Item
    • NextToken: string


Redefinition of:
Amazon_SimpleDB_Model::__construct()
Construct new model class
getItem (line 72)

Gets the value of the Item.

  • return: of Item Item
  • access: public
array getItem ()
getNextToken (line 126)

Gets the value of the NextToken property.

  • return: NextToken
  • access: public
string getNextToken ()
isSetItem (line 116)

Checks if Item list is non-empty

  • return: true if Item list is non-empty
  • access: public
bool isSetItem ()
isSetNextToken (line 161)

Checks if NextToken is set

  • return: true if NextToken is set
  • access: public
bool isSetNextToken ()
setItem (line 83)

Sets the value of the Item.

  • return: instance
  • access: public
this setItem (mixed $item)
  • mixed $item: Item or an array of Item Item
setNextToken (line 137)

Sets the value of the NextToken property.

  • return: instance
  • access: public
this setNextToken (string $value)
  • string $value: NextToken
withItem (line 101)

Sets single or multiple values of Item list via variable number of arguments.

For example, to set the list with two elements, simply pass two values as arguments to this function

  1. withItem($item1$item2)

  • return: instance
  • access: public
  • Item $itemArgs: one or more Item
withNextToken (line 149)

Sets the value of the NextToken and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesResult withNextToken (string $value)
  • string $value: NextToken

Inherited Methods

Inherited From Amazon_SimpleDB_Model

Amazon_SimpleDB_Model::__construct()
Amazon_SimpleDB_Model::_isNumericArray()
Amazon_SimpleDB_Model::_toXMLFragment()
Amazon_SimpleDB_Model::__get()
Amazon_SimpleDB_Model::__set()

Documentation generated on Thu, 28 Aug 2008 06:35:54 -0700 by phpDocumentor 1.4.2