Package | com.absentdesign.core.webapis.wordpress.methodgroups |
Class | public class Authors |
Inheritance | Authors ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
Authors | |||
getAuthors():void
Wrapper for wp.getAuthors - gets a list of the authors associated with this blog
Will dispatch a ServiceEvent of type WPServiceEvent.GET_AUTHORS with an array of authors as the WPServiceEvent.data once loaded | Authors | ||
![]() |
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 |
Authors | () | constructor |
getAuthors | () | method |
public function getAuthors():void
Wrapper for wp.getAuthors - gets a list of the authors associated with this blog
Will dispatch a ServiceEvent of type WPServiceEvent.GET_AUTHORS with an array of authors as the WPServiceEvent.data once loaded