Property | Type | Description | |
---|---|---|---|
$service |
Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
model ( $className = __CLASS__ ) : the | Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
setBenefitsAndRisksFromProcedures ( Procedure[] $procedures ) | Use the procedures to determine what the benefit and risk strings should be for this element. | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public static model ( $className = __CLASS__ ) : the | ||
return | the | static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |
public setBenefitsAndRisksFromProcedures ( Procedure[] $procedures ) | ||
$procedures | Procedure[] |