Static Public Member Functions |
static | model ($className=__CLASS__) |
static | itemAlias ($type, $code=null) |
Detailed Description
Definition at line 3 of file ProfileField.php.
Member Function Documentation
ProfileField::attributeLabels |
( |
| ) |
|
- Returns
- array customized attribute labels (name=>label)
Definition at line 86 of file ProfileField.php.
static ProfileField::itemAlias |
( |
|
$type, |
|
|
|
$code = null |
|
) |
| |
|
static |
static ProfileField::model |
( |
|
$className = __CLASS__ | ) |
|
|
static |
Returns the static model of the specified AR class.
- Returns
- CActiveRecord the static model class
Definition at line 39 of file ProfileField.php.
ProfileField::relations |
( |
| ) |
|
- Returns
- array validation rules for model attributes.
Definition at line 55 of file ProfileField.php.
Retrieves a list of models based on the current search/filter conditions.
- Returns
- CActiveDataProvider the data provider that can return the models based on the search/filter conditions.
Definition at line 227 of file ProfileField.php.
ProfileField::tableName |
( |
| ) |
|
- Returns
- string the associated database table name
Definition at line 47 of file ProfileField.php.
ProfileField::widgetEdit |
( |
|
$model, |
|
|
|
$params = array() |
|
) |
| |
ProfileField::widgetView |
( |
|
$model | ) |
|
Member Data Documentation
const ProfileField::REQUIRED_NO = 0 |
const ProfileField::REQUIRED_NO_SHOW_REG = 2 |
const ProfileField::REQUIRED_YES_NOT_SHOW_REG = 3 |
const ProfileField::REQUIRED_YES_SHOW_REG = 1 |
const ProfileField::VISIBLE_ALL = 3 |
const ProfileField::VISIBLE_NO = 0 |
const ProfileField::VISIBLE_ONLY_OWNER = 1 |
const ProfileField::VISIBLE_REGISTER_USER = 2 |
The documentation for this class was generated from the following file: