Packagecom.absentdesign.core.webapis.wordpress
Classpublic dynamic class WPStruct
ImplementsIXMLRPCStruct
SubclassesAuthor, Blog, Category, Comment, CommentCount, CommentStatusList, CustomField, Page, PageStatusList, PageTemplate, Post, PostStatusList, Tag

abstract IXMLRPCStruct implementation for strongly typed WordPress structs



Public Methods
 MethodDefined by
  
WPStruct
  
getDump():String
WPStruct
  
IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

WPStruct
Constructor detail
WPStruct()constructor
public function WPStruct()
Method detail
getDump()method
public function getDump():String

Returns
String — a string listing all properties of this object
getPropertyData()method 
public function getPropertyData():*

IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

Returns
* — a weakly typed object containing all instance data that can be serialized by XMLRPCSerializer