Represents a Facebook Object to which properties may be added.
Represents a Facebook Object to which properties may be added. This class glues together Facebook Data Store properties with their corresponding Facebook Data Store object. Properties are name/value pairs. This class abstracts the creation and insertion of properties as well as the ability to drop the object entirely.
Located in /WMSFacebookDataStoreObject.php (line 22)
WMSFacebookObject | --WMSFacebookDataStoreObject
Inherited from WMSFacebookObject
WMSFacebookObject::$ASSOCATION_TYPE_ASYMMETRIC
WMSFacebookObject::$ASSOCATION_TYPE_DIRECTED
WMSFacebookObject::$ASSOCATION_TYPE_SYMMETRIC
WMSFacebookObject::$ERROR_OBJECT_EXISTS
WMSFacebookObject::$ERROR_OBJECT_NOT_FOUND
WMSFacebookObject::$OBJECT_TYPE_BINARY
WMSFacebookObject::$OBJECT_TYPE_INTEGER
WMSFacebookObject::$OBJECT_TYPE_STRING
Used to instantiate a new WMSFacebookDataStoreObject instance.
Used to instantiate a new WMSFacebookDataStoreObject instance.
Asks Facebook to create an object type based on the objectName for this instance.
Asks Facebook to create an object type based on the objectName for this instance. This will fail silently if the object already exists. Otherwise, the error will be thrown to the calling code.
Creates a data store property that contains a binary value. maximum length of the value is 64K.
Creates a data store property that contains a binary value. The maximum length of the value is 64K.
Creates a data store property that contains an integer value.
Creates a data store property that contains an integer value.
Creates a data store property that contains a string value. length of the string is 256 characters.
Creates a data store property that contains a string value. This maximum length of the string is 256 characters.
Asks Facebook to delete an object type with the given name. fail silently if the object deletion failed because it does not exist.
Asks Facebook to delete an object type with the given name. This will fail silently if the object deletion failed because it does not exist. Otherwise, the error will be thrown to the calling code.
Returns the list of properties belonging to this data store object.
Returns the list of properties belonging to this data store object.
Creates a map of name/value pairs for insertion into the Facebook "table" associated with an instance of this class. an object that represents the row that was added.
Creates a map of name/value pairs for insertion into the Facebook "table" associated with an instance of this class. It will return an object that represents the row that was added.
Inherited From WMSFacebookObject
WMSFacebookObject::WMSFacebookObject()
WMSFacebookObject::getFacebook()
WMSFacebookObject::getFacebookAPI()
Documentation generated on Mon, 17 Dec 2007 20:10:43 -0800 by phpDocumentor 1.4.0