Public Member Functions | |
| AddTrackbackAction ($actionInfo, $request) | |
| perform () | |
Static Private Member Functions | |
| tblog ($message) | |
Definition at line 25 of file addtrackbackaction.class.php.
| AddTrackbackAction.AddTrackbackAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Definition at line 28 of file addtrackbackaction.class.php.
References $request, Action.Action(), Action.registerFieldValidator(), and Action.setValidationErrorView().
| AddTrackbackAction.perform | ( | ) |
Receives the HTTP request from the client as parameter, so that we can extract the parameters and perform our business logic.
The result of this will be a view, which will normally be the output of the processing we just did or for example an error view showing an error message. Once we have completed processing, the controller will call the getView() method to get the resulting view and send it back to the customer.
Reimplemented from Action.
Definition at line 51 of file addtrackbackaction.class.php.
References $articleId, $articles, $blogs, $config, $pm, $result, die, Config.getConfig(), Client.getIp(), PluginManager.getPluginManager(), getValue(), CacheControl.resetBlogCache(), and tblog().
| AddTrackbackAction.tblog | ( | $ | message | ) | [static, private] |
Definition at line 43 of file addtrackbackaction.class.php.
References LoggerManager.getLogger().
Referenced by perform(), and TrackbackView.render().