PHP Class Subspecialty

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

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
findAllByCurrentSpecialty ( )
getList ( boolean $nonmedical = false ) : array Fetch an array of subspecialty IDs and names, by default does not return non medical subspecialties (as defined by parent specialty).
getTreeName ( )
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Method Details

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

findAllByCurrentSpecialty() public méthode

getList() public méthode

Fetch an array of subspecialty IDs and names, by default does not return non medical subspecialties (as defined by parent specialty).
public getList ( boolean $nonmedical = false ) : array
$nonmedical boolean
Résultat array

getTreeName() public méthode

public getTreeName ( )

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

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