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