Package | com.absentdesign.core.webapis.wordpress.methodgroups |
Class | public class Blogs |
Inheritance | Blogs ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
Blogs | |||
getUsersBlogs():void
Wrapper for wp.getUsersBlogs - gets a list of the user's blogs
Will dispatch a ServiceEvent of type WPServiceEvent.GET_USERS_BLOGS with an array of blogs as the WPServiceEvent.data once loaded | Blogs | ||
![]() |
load(request:ServiceRequest):void
| MethodGroup | |
![]() |
loadRequest(request:WPServiceRequest, requestFunction:Function, ... args):void
Load a WPServiceRequest
Automatically calls service.connect() and delays the request until the service is connected if the WPService does not return a valid blogId | WPMethodGroup |
Blogs | () | constructor |
getUsersBlogs | () | method |
public function getUsersBlogs():void
Wrapper for wp.getUsersBlogs - gets a list of the user's blogs
Will dispatch a ServiceEvent of type WPServiceEvent.GET_USERS_BLOGS with an array of blogs as the WPServiceEvent.data once loaded