PHP Class DrugRoute

The followings are the available columns in table 'drug_route':
Inheritance: extends BaseActiveRecordVersioned
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode Description
behaviors ( )
getOptions ( integer $id = null ) : DrugRouteOption[] Get active options for this route.
rules ( ) : array
tableName ( ) : string

Method Details

behaviors() public méthode

public behaviors ( )

getOptions() public méthode

Get active options for this route.
public getOptions ( integer $id = null ) : DrugRouteOption[]
$id integer Also retrieve the option matching this id if passed
Résultat DrugRouteOption[]

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name