Class UserGalleryPhotoCommentEditForm

com.woltlab.wcf.user.gallery.form

Description

Shows the form for editing gallery photo comments.

  • author: Marcel Werk
  • copyright: 2001-2009 WoltLab GmbH
  • license: WoltLab
AbstractPage
   |
   --AbstractForm
      |
      --CaptchaForm
         |
         --UserGalleryPhotoCommentAddForm
            |
            --UserGalleryPhotoCommentEditForm

Variable Summary

Method Summary

Return Name
UserGalleryPhotoCommentEditForm __construct(UserGalleryPhotoComment $comment)
void readData()
void readParameters()
void save()

Methods

__construct

public UserGalleryPhotoCommentEditForm __construct(UserGalleryPhotoComment $comment)

Creates a new UserGalleryPhotoCommentEditForm object.

Parameters:

  • $comment

Redefinition of: UserGalleryPhotoCommentAddForm::__construct()


readData

public void readData()


readParameters

public void readParameters()


save

public void save()


Inherited methods from UserGalleryPhotoCommentAddForm

UserGalleryPhotoCommentAddForm::__construct(), UserGalleryPhotoCommentAddForm::assignVariables(), UserGalleryPhotoCommentAddForm::readFormParameters(), UserGalleryPhotoCommentAddForm::readParameters(), UserGalleryPhotoCommentAddForm::save(), UserGalleryPhotoCommentAddForm::validate(), UserGalleryPhotoCommentAddForm::validateUsername()


Inherited methods from CaptchaForm

CaptchaForm::assignVariables(), CaptchaForm::readData(), CaptchaForm::readFormParameters(), CaptchaForm::readParameters(), CaptchaForm::save(), CaptchaForm::validate(), CaptchaForm::validateCaptcha()


Inherited methods from AbstractForm

AbstractForm::assignVariables(), AbstractForm::readData(), AbstractForm::readFormParameters(), AbstractForm::save(), AbstractForm::saved(), AbstractForm::submit(), AbstractForm::validate()


Inherited methods from AbstractPage

AbstractPage::__construct(), AbstractPage::assignVariables(), AbstractPage::readData(), AbstractPage::readParameters(), AbstractPage::show()