| Package | com.absentdesign.core.webapis.wordpress |
| Class | public dynamic class WPStruct |
| Implements | IXMLRPCStruct |
| Subclasses | Author, Blog, Category, Comment, CommentCount, CommentStatusList, CustomField, Page, PageStatusList, PageTemplate, Post, PostStatusList, Tag |
| Method | Defined by | ||
|---|---|---|---|
|
WPStruct()
| WPStruct | ||
|
getDump():String
| WPStruct | ||
|
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" | WPStruct | ||
| WPStruct | () | constructor |
public function WPStruct()
| getDump | () | method |
public function getDump():StringReturns
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
|