Свойство | Type | Description | |
---|---|---|---|
$use_pas |
Méthode | Description | |
---|---|---|
attributeLabels ( ) : array | ||
getActiveRTT ( ) : RTT[] | Get the active RTTs attached to this referral. | |
getDescription ( ) : string | Returns string description of the referral. | |
model ( $className = __CLASS__ ) : Referral | Returns the static model of the specified AR class. | |
noPas ( ) : Referral | Suppress PAS integration. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
Méthode | Description | |
---|---|---|
instantiate ( $attributes ) | Pass through use_pas flag to allow pas supression. |
public attributeLabels ( ) : array | ||
Résultat | array | customized attribute labels (name=>label) |
public getActiveRTT ( ) : RTT[] | ||
Résultat | RTT[] |
public getDescription ( ) : string | ||
Résultat | string |
protected instantiate ( $attributes ) |
public static model ( $className = __CLASS__ ) : Referral | ||
Résultat | Referral | the static model class |
public search ( ) : CActiveDataProvider | ||
Résultat | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |