Class WMSFacebookDataStoreRow

Description

Represents a row inserted into Facebook's data store, tracked by its ID.

Represents a row inserted into Facebook's data store, tracked by its ID. This class is responsible for obtaining information from the data store provided a unique identifier. Typically rows are returned from associations, which, in turn, can be used to obtain object data (i.e., the properties associated with an object).

Located in /WMSFacebookDataStoreRow.php (line 22)

WMSFacebookObject
   |
   --WMSFacebookDataStoreRow
Method Summary
WMSFacebookDataStoreRow WMSFacebookDataStoreRow (Facebook $facebook, string|int $id)
void getId ()
array select ()
void __toString ()
Variables
Methods
Constructor WMSFacebookDataStoreRow (line 32)

Used to instantiate a new WMSFacebookDataStoreRow instance.

Used to instantiate a new WMSFacebookDataStoreRow instance.

  • access: public
WMSFacebookDataStoreRow WMSFacebookDataStoreRow (Facebook $facebook, string|int $id)
  • Facebook $facebook: Valid Facebook instance.
  • string|int $id: Unique identifier (a Facebook ID) for this row.
getId (line 63)
  • access: public
void getId ()
select (line 44)

Retrieves a list of properties for a set of objects that have an ID matching the ID for this row.

Retrieves a list of properties for a set of objects that have an ID matching the ID for this row.

  • return: List of property values.
  • access: public
array select ()
__toString (line 67)
  • access: public
void __toString ()

Inherited Methods

Inherited From WMSFacebookObject

WMSFacebookObject::WMSFacebookObject()
WMSFacebookObject::getFacebook()
WMSFacebookObject::getFacebookAPI()

Documentation generated on Mon, 17 Dec 2007 20:10:44 -0800 by phpDocumentor 1.4.0