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

Class: myItem

Source Location: /Services_Ebay-0.13.1/examples/example_features_customModels.php

Class Overview

Services_Ebay_Model
   |
   --Services_Ebay_Model_Item
      |
      --myItem

simple model class


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Services_Ebay_Model_Item

Services_Ebay_Model_Item::__construct()
create new item
Services_Ebay_Model_Item::Add()
Add the item to eBay
Services_Ebay_Model_Item::addInternationalShippingServiceOption()
add an international shipping service option
Services_Ebay_Model_Item::AddSecondChance()
Add a second chance offer
Services_Ebay_Model_Item::addShippingServiceOption()
add a shipping service option
Services_Ebay_Model_Item::AddToDescription()
add text to the item description
Services_Ebay_Model_Item::End()
and an auction
Services_Ebay_Model_Item::Get()
get the item from eBay
Services_Ebay_Model_Item::GetCrossPromotions()
get cross promotions
Services_Ebay_Model_Item::Relist()
Re-list the item
Services_Ebay_Model_Item::Revise()
Revise the item
Services_Ebay_Model_Item::setShipToLocations()
set the locations you will ship the item to
Services_Ebay_Model_Item::__set()
Services_Ebay_Model_Item::__toString()
create a string representation of the item

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 26]
simple model class

You may implement any additional methods you need in your custom models.



[ Top ]


Method Detail

StoreItem   [line 35]

void StoreItem( )

Dummy method

This does not really do anything, but you can implement whatever you like here...

  • Access: public

[ Top ]


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