Public Member Functions | |
tableName () | |
rules () | |
relations () | |
defaultScope () | |
attributeLabels () | |
validateInput ($inputData=null) | |
JSONToArray () | |
getElementFromJSONByName ($name) | |
getElementLabel ($name) | |
search () | |
searchAllForUser ($user_email=null) |
Static Public Member Functions | |
static | model ($className=__CLASS__) |
Definition at line 3 of file FGForms.php.
FGForms::attributeLabels | ( | ) |
Definition at line 60 of file FGForms.php.
|
static |
Returns the static model of the specified AR class.
string | $className | active record class name. |
Definition at line 10 of file FGForms.php.
Referenced by FormController\loadModel().
FGForms::relations | ( | ) |
Definition at line 43 of file FGForms.php.
FGForms::rules | ( | ) |
Definition at line 26 of file FGForms.php.
FGForms::search | ( | ) |
Retrieves a list of models based on the current search/filter conditions.
Definition at line 132 of file FGForms.php.
FGForms::tableName | ( | ) |
Definition at line 18 of file FGForms.php.