PHP Class OphTrIntravitrealinjection_AnaestheticAgent
The followings are the available columns in table 'ophtrintravitinjection_anaestheticagent':
ファイルを表示
Open project: openeyes/openeyes
Class Usage Examples
Public Methods
Method |
Description |
|
attributeLabels ( ) : array |
|
|
getDefault ( ) : OphTrIntravitrealinjection_AnaestheticAgent | null |
get the default anaesthetic agent (if set). |
|
model ( $className = __CLASS__ ) : ElementAnaesthetic |
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
getDefault()
public static method
get the default anaesthetic agent (if set).
public static getDefault ( ) : OphTrIntravitrealinjection_AnaestheticAgent | null |
return |
OphTrIntravitrealinjection_AnaestheticAgent | null |
|
model()
public static method
Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : ElementAnaesthetic |
return |
ElementAnaesthetic |
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