Property | Type | Description | |
---|---|---|---|
$subspecialty_id |
Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
beforeSave ( ) : boolean | ||
behaviors ( ) : array | ||
getConsultantName ( ) : string | ||
getList ( $subspecialty_id = null, $include_id = null ) : array | Fetch an array of firm IDs and names. | |
getListWithSpecialties ( $include_non_subspecialty = false ) : array | ||
getListWithSpecialtiesAndEmergency ( ) : array | ||
getNameAndSubspecialty ( ) : string | ||
getNameAndSubspecialtyCode ( ) : string | ||
getReportDisplay ( ) : string | ||
getServiceText ( ) | ||
getSpecialty ( ) : Specialty | null | Get the Specialty of the Firm. | |
getSubspecialty ( ) : Subspecialty | null | get the subspecialty for the firm - null if one not set (support service firm). | |
getSubspecialtyID ( ) : integer | null | get the id for the subspecialty for the firm - null if one not set (support service firm). | |
getSubspecialtyText ( ) : string | retrieve a label for the sub specialty assignment for this firm. | |
getTreeName ( ) : string | ||
isSupportServicesFirm ( ) : boolean | Check whether this is a support services firm. | |
model ( $className = __CLASS__ ) : Firm | 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 |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public getListWithSpecialties ( $include_non_subspecialty = false ) : array | ||
$include_non_subspecialty | boolean defaults to false | |
return | array |
public getListWithSpecialtiesAndEmergency ( ) : array | ||
return | array |
public getNameAndSubspecialtyCode ( ) : string | ||
return | string |
public getSpecialty ( ) : Specialty | null | ||
return | Specialty | null |
public getSubspecialty ( ) : Subspecialty | null | ||
return | Subspecialty | null |
public getSubspecialtyID ( ) : integer | null | ||
return | integer | null |
public getSubspecialtyText ( ) : string | ||
return | string |
public isSupportServicesFirm ( ) : boolean | ||
return | boolean |
public static model ( $className = __CLASS__ ) : Firm | ||
return | Firm | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |