NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminAddResourceAlbumAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminAddResourceAlbumAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_albumName
 $_albumDescription
 $_parentId

Detailed Description

Adds a new album

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


Member Function Documentation

AdminAddResourceAlbumAction.AdminAddResourceAlbumAction ( 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 29 of file adminaddresourcealbumaction.class.php.

References $request, AdminAction.AdminAction(), Action.registerFieldValidator(), AdminAction.requirePermission(), and Action.setValidationErrorView().

AdminAddResourceAlbumAction.perform (  ) 


Member Data Documentation

AdminAddResourceAlbumAction.$_albumName

Definition at line 21 of file adminaddresourcealbumaction.class.php.

AdminAddResourceAlbumAction.$_albumDescription

Definition at line 22 of file adminaddresourcealbumaction.class.php.

AdminAddResourceAlbumAction.$_parentId

Definition at line 23 of file adminaddresourcealbumaction.class.php.