Property | Type | Description | |
---|---|---|---|
$use_pas |
Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
behaviors ( ) | ||
getCorrespondenceName ( ) | ||
getLetterAddress ( $params = [] ) | ||
getPrefix ( ) | ||
model ( $className = __CLASS__ ) : Gp | Returns the static model of the specified AR class. | |
noPas ( ) : Gp | Suppress PAS integration. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
Method | Description | |
---|---|---|
afterFind ( ) | Raise event to allow external data sources to update gp. | |
instantiate ( $attributes ) | Pass through use_pas flag to allow pas supression. |
protected afterFind ( ) |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
protected instantiate ( $attributes ) |
public static model ( $className = __CLASS__ ) : Gp | ||
return | Gp | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |