PHP Class WorklistDefinitionDisplayContext

Inheritance: extends BaseActiveRecord
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public afterValidate ( )

attributeLabels() public méthode

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

checkFirm() public méthode

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

checkSite() public méthode

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

getFirmDisplay() public méthode

public getFirmDisplay ( )

getSiteDisplay() public méthode

public getSiteDisplay ( )

getSubspecialtyDisplay() public méthode

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