Public Member Functions | |
tableName () | |
rules () | |
getAttributeLabel ($name) |
Static Public Member Functions | |
static | model ($className=__CLASS__) |
Protected Member Functions | |
beforeSave () | |
afterSave () | |
afterFind () |
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.
Represents single user answer to the question
Definition at line 14 of file UserAnswer.php.
|
static |
Returns the static model of the specified AR class.
string | $className | active record class name |
Definition at line 24 of file UserAnswer.php.
UserAnswer::rules | ( | ) |
Returns the validation rules for attributes.
Definition at line 46 of file UserAnswer.php.
UserAnswer::tableName | ( | ) |
Returns the name of the associated database table. By default this method returns the class name as the table name. You may override this method if the table is not named after this convention.
Definition at line 36 of file UserAnswer.php.