NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminAddLinkAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminAddLinkAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_linkName
 $_linkUrl
 $_linkDescription
 $_linkCategoryId
 $_properties

Detailed Description

Adds a new link to the database, given some information

Definition at line 18 of file adminaddlinkaction.class.php.


Member Function Documentation

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 (  ) 


Member Data Documentation

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.