Services_Ebay
[ class tree: Services_Ebay ] [ index: Services_Ebay ] [ all elements ]

Class: Services_Ebay_Model_MemberMessageList

Source Location: /Services_Ebay-0.13.1/Services/Ebay/Model/MemberMessageList.php

Class Overview

Services_Ebay_Model
   |
   --Services_Ebay_Model_MemberMessageList

Model for a list of member messages


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Services_Ebay_Model

Services_Ebay_Model::__construct()
create new model
Services_Ebay_Model::GetModifiedProperties()
get the properties that have been modified, since the item has been fetched the last time.
Services_Ebay_Model::getPrimaryKey()
get the primary key of the model
Services_Ebay_Model::isCached()
check, whether the model has been cached
Services_Ebay_Model::offsetExists()
check, whether a property exists
Services_Ebay_Model::offsetGet()
get a property
Services_Ebay_Model::offsetSet()
set a property
Services_Ebay_Model::offsetUnset()
unset a property
Services_Ebay_Model::setCache()
set the cache
Services_Ebay_Model::setSession()
set the session
Services_Ebay_Model::toArray()
return all properties of the user
Services_Ebay_Model::__get()
get a property
Services_Ebay_Model::__set()
set a property

Class Details

[line 10]
Model for a list of member messages

$Id$



[ Top ]


Method Detail

__construct (Constructor)   [line 45]

Services_Ebay_Model_MemberMessageList __construct( array $messages, [ $session = null])

create new feedback model
  • Access: public

Overrides Services_Ebay_Model::__construct() (create new model)

Parameters:

array   $messages   —  feedback
   $session   — 

[ Top ]

getIterator   [line 67]

array getIterator( )

iterate through the transactions
  • Access: public

[ Top ]

getNumberOfEntries   [line 86]

integer getNumberOfEntries( )

Returns the total number of entries being retrieved.
  • Return: total number of entries being retrieved
  • Access: public

[ Top ]

getNumberOfPages   [line 77]

integer getNumberOfPages( )

Returns the total number of pages in the retrieval.
  • Return: total number of pages in the retrieval
  • Access: public

[ Top ]

hasMoreItems   [line 95]

boolean hasMoreItems( )

Determines whether or not there are more messages left to retrieve.
  • Return: whether or not there are more messages left to retrieve
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:49:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.