Public Member Functions | |
rules () | |
exists ($field) | |
attributeLabels () |
Public Attributes | |
$usersQty | |
$likesQty | |
$likesContentId | |
$commentsQty | |
$commentsForEach | |
$commentsContentId |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
UserGenerationForm class
Definition at line 13 of file GenerationForm.php.
GenerationForm::attributeLabels | ( | ) |
Declares attribute labels.
Definition at line 74 of file GenerationForm.php.
References BulkModule\t().
GenerationForm::exists | ( | $field | ) |
Checks if given contentId already exist
string | $field | defines what field should be checked |
Definition at line 55 of file GenerationForm.php.
GenerationForm::rules | ( | ) |
Declares the validation rules. The rules state that userQty is required and must be an integer,
Definition at line 37 of file GenerationForm.php.