PHP Class WorklistDefinitionDisplayContext

Inheritance: extends BaseActiveRecord
ファイルを表示 Open project: openeyes/openeyes Class Usage Examples

Public Methods

Method Description
afterValidate ( )
attributeLabels ( ) : array
checkFirm ( Firm $firm ) : boolean Check if the Firm is supported in this display context.
checkSite ( Site $site ) : boolean Check if the Site is supported in this display context.
getFirmDisplay ( )
getSiteDisplay ( )
getSubspecialtyDisplay ( )
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Method Details

afterValidate() public method

public afterValidate ( )

attributeLabels() public method

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

checkFirm() public method

Check if the Firm is supported in this display context.
public checkFirm ( Firm $firm ) : boolean
$firm Firm
return boolean

checkSite() public method

Check if the Site is supported in this display context.
public checkSite ( Site $site ) : boolean
$site Site
return boolean

getFirmDisplay() public method

public getFirmDisplay ( )

getSiteDisplay() public method

public getSiteDisplay ( )

getSubspecialtyDisplay() public method

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

tableName() public method

public tableName ( ) : string
return string the associated database table name