Public Member Functions | |
| AdminEditPostAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_postId | |
Definition at line 15 of file admineditpostaction.class.php.
| AdminEditPostAction.AdminEditPostAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters
Definition at line 24 of file admineditpostaction.class.php.
References $request, AdminAction.AdminAction(), Action.registerField(), Action.registerFieldValidator(), and Action.setValidationErrorView().
| AdminEditPostAction.perform | ( | ) |
Carries out the specified action
Reimplemented from Action.
Definition at line 43 of file admineditpostaction.class.php.
References false, AdminAction.notifyEvent(), and AdminAction.setCommonData().
| AdminEditPostAction.$_postId |
Definition at line 18 of file admineditpostaction.class.php.