Represents a property, which is similar to a database column.
Represents a property, which is similar to a database column. This class is responsible for the creation and deletion of a database column. It also contains a value that can be inserted into the column. When setting a value, it is possible to ask that the data be compressed. Compressing large amounts of data will speed up the application (presuming network bandwidth is a bottleneck, not CPU time) as well as allow more information to be packed within Facebook's data store limit.
Located in /WMSFacebookDataStoreProperty.php (line 22)
WMSFacebookObject | --WMSFacebookDataStoreProperty
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 WMSFacebookDataStoreProperty instance.
Used to instantiate a new WMSFacebookDataStoreProperty instance.
Appends the name and value of this property to the end of the given array.
Appends the name and value of this property to the end of the given array.
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.
Asks Facebook to delete this property type. if the deletion failed because the property does not exist. the error will be thrown to the calling code.
Asks Facebook to delete this property type. This will fail silently if the deletion failed because the property does not exist. Otherwise, the error will be thrown to the calling code.
Returns the value associated with this property.
Returns the value associated with this property.
Changes the value associated with this property. property must be appropriate to the underlying data type. if this property was created as holding an integer value, then the parameter value must be of type integer. and binary data should match with binary content.
Changes the value associated with this property. The value of the property must be appropriate to the underlying data type. For example, if this property was created as holding an integer value, then the parameter value must be of type integer. Strings must match with strings and binary data should match with binary content. Eventually the data will make its way into the permanent data store on Facebook.
Returns a preformatted string containing the name and value of this property, separated by a full colon. so that empty values can be "seen".
Returns a preformatted string containing the name and value of this property, separated by a full colon. The value itself will be in quotes so that empty values can be "seen".
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