PHP Class OphTrOperationnote_ProcedureListOperationElement
The followings are the available columns in table 'ophtroperationnote_procedure_element':
ファイルを表示
Open project: openeyes/openeyes
Class Usage Examples
Public Methods
Method |
Description |
|
attributeLabels ( ) : array |
|
|
model ( $className = __CLASS__ ) : OphTrOperationnote_ProcedureListOperationElement |
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. |
|
tableName ( ) : string |
|
|
Method Details
attributeLabels()
public method
model()
public static method
Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : OphTrOperationnote_ProcedureListOperationElement |
return |
OphTrOperationnote_ProcedureListOperationElement |
the static model class |
relations()
public method
public rules ( ) : array |
return |
array |
validation rules for model attributes. |
Retrieves a list of models based on the current search/filter conditions.
public search ( ) : CActiveDataProvider |
return |
CActiveDataProvider |
the data provider that can return the models based on the search/filter conditions. |
tableName()
public method