Property | Type | Description | |
---|---|---|---|
$rulesFromModule | Массив хранящий список валидаторов для определенного параметра модуля |
Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
beforeSave ( ) : boolean | ||
fetchModuleSettings ( $moduleId, array $params = null ) : array | ||
fetchUserModuleSettings ( string $userId, mixed $modulesId = [] ) : array | Получает настройки модуля/модулей из базы данных (пользователельские) | |
model ( $className = __CLASS__ ) : |
Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
saveModuleSettings ( $moduleId, $paramValues ) : boolean | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public static fetchModuleSettings ( $moduleId, array $params = null ) : array | ||
$moduleId | ||
$params | array | |
return | array |
public static model ( $className = __CLASS__ ) : |
||
return | the static model class |
public static saveModuleSettings ( $moduleId, $paramValues ) : boolean | ||
$moduleId | ||
$paramValues | ||
return | boolean |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |