PHP 클래스 Firm

The followings are the available columns in table 'firm':
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$subspecialty_id

공개 메소드들

메소드 설명
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

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

beforeSave() 공개 메소드

public beforeSave ( ) : boolean
리턴 boolean

behaviors() 공개 메소드

public behaviors ( ) : array
리턴 array

getConsultantName() 공개 메소드

public getConsultantName ( ) : string
리턴 string

getList() 공개 메소드

Fetch an array of firm IDs and names.
public getList ( $subspecialty_id = null, $include_id = null ) : array
리턴 array

getListWithSpecialties() 공개 메소드

public getListWithSpecialties ( $include_non_subspecialty = false ) : array
$include_non_subspecialty boolean defaults to false
리턴 array

getListWithSpecialtiesAndEmergency() 공개 메소드

getNameAndSubspecialty() 공개 메소드

public getNameAndSubspecialty ( ) : string
리턴 string

getNameAndSubspecialtyCode() 공개 메소드

getReportDisplay() 공개 메소드

public getReportDisplay ( ) : string
리턴 string

getServiceText() 공개 메소드

public getServiceText ( )

getSpecialty() 공개 메소드

Get the Specialty of the Firm.
public getSpecialty ( ) : Specialty | null
리턴 Specialty | null

getSubspecialty() 공개 메소드

get the subspecialty for the firm - null if one not set (support service firm).
public getSubspecialty ( ) : Subspecialty | null
리턴 Subspecialty | null

getSubspecialtyID() 공개 메소드

get the id for the subspecialty for the firm - null if one not set (support service firm).
public getSubspecialtyID ( ) : integer | null
리턴 integer | null

getSubspecialtyText() 공개 메소드

retrieve a label for the sub specialty assignment for this firm.
public getSubspecialtyText ( ) : string
리턴 string

getTreeName() 공개 메소드

public getTreeName ( ) : string
리턴 string

isSupportServicesFirm() 공개 메소드

Check whether this is a support services firm.
public isSupportServicesFirm ( ) : boolean
리턴 boolean

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Firm
리턴 Firm the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

프로퍼티 상세

$subspecialty_id 공개적으로 프로퍼티

public $subspecialty_id