com.woltlab.wcf.user.gallery.form
Shows the form for editing gallery photo comments.
AbstractPage | --AbstractForm | --CaptchaForm | --UserGalleryPhotoCommentAddForm | --UserGalleryPhotoCommentEditForm
| Type | Name |
|---|---|
UserGalleryPhotoCommentEditor |
$commentObj |
| Return | Name |
|---|---|
UserGalleryPhotoCommentEditForm |
__construct(UserGalleryPhotoComment $comment)
|
void |
readData()
|
void |
readParameters()
|
void |
save()
|
public UserGalleryPhotoCommentEditor $commentObj = null
comment editor
UserGalleryPhotoCommentAddForm::$comment, UserGalleryPhotoCommentAddForm::$photo, UserGalleryPhotoCommentAddForm::$username
CaptchaForm::$captcha, CaptchaForm::$captchaID, CaptchaForm::$captchaString, CaptchaForm::$useCaptcha
AbstractForm::$errorField, AbstractForm::$errorType
AbstractPage::$action, AbstractPage::$neededPermissions, AbstractPage::$templateName
public UserGalleryPhotoCommentEditForm __construct(UserGalleryPhotoComment $comment)
Creates a new UserGalleryPhotoCommentEditForm object.
$comment Redefinition of: UserGalleryPhotoCommentAddForm::__construct()
public void readData()
Redefinition of: CaptchaForm::readData()
public void readParameters()
Redefinition of: UserGalleryPhotoCommentAddForm::readParameters()
public void save()
Redefinition of: UserGalleryPhotoCommentAddForm::save()
UserGalleryPhotoCommentAddForm::__construct(), UserGalleryPhotoCommentAddForm::assignVariables(), UserGalleryPhotoCommentAddForm::readFormParameters(), UserGalleryPhotoCommentAddForm::readParameters(), UserGalleryPhotoCommentAddForm::save(), UserGalleryPhotoCommentAddForm::validate(), UserGalleryPhotoCommentAddForm::validateUsername()
CaptchaForm::assignVariables(), CaptchaForm::readData(), CaptchaForm::readFormParameters(), CaptchaForm::readParameters(), CaptchaForm::save(), CaptchaForm::validate(), CaptchaForm::validateCaptcha()
AbstractForm::assignVariables(), AbstractForm::readData(), AbstractForm::readFormParameters(), AbstractForm::save(), AbstractForm::saved(), AbstractForm::submit(), AbstractForm::validate()
AbstractPage::__construct(), AbstractPage::assignVariables(), AbstractPage::readData(), AbstractPage::readParameters(), AbstractPage::show()