Public Member Functions | |
| AdminAddLinkAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_linkName | |
| $_linkUrl | |
| $_linkDescription | |
| $_linkCategoryId | |
| $_properties | |
Definition at line 19 of file adminaddlinkaction.class.php.
| AdminAddLinkAction.AdminAddLinkAction | ( | $ | 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 32 of file adminaddlinkaction.class.php.
References $request, AdminAction.AdminAction(), Action.registerFieldValidator(), and Action.setValidationErrorView().
| AdminAddLinkAction.perform | ( | ) |
Carries out the specified action
Reimplemented from Action.
Definition at line 51 of file adminaddlinkaction.class.php.
References false, AdminAction.notifyEvent(), CacheControl.resetBlogCache(), and AdminAction.setCommonData().
| AdminAddLinkAction.$_linkName |
Definition at line 22 of file adminaddlinkaction.class.php.
| AdminAddLinkAction.$_linkUrl |
Definition at line 23 of file adminaddlinkaction.class.php.
| AdminAddLinkAction.$_linkDescription |
Definition at line 24 of file adminaddlinkaction.class.php.
| AdminAddLinkAction.$_linkCategoryId |
Definition at line 25 of file adminaddlinkaction.class.php.
| AdminAddLinkAction.$_properties |
Definition at line 26 of file adminaddlinkaction.class.php.