PHP Class Finding

Inheritance: extends BaseActiveRecordVersioned
Show file Open project: openeyes/openeyes Class Usage Examples

Protected Properties

Property Type Description
$auto_update_relations

Public Methods

Method Description
behaviors ( )
bySubspecialty ( Subspecialty $subspecialty ) : Finding
canAutocomplete ( ) : string
defaultScope ( )
getTerm ( )
model ( $className = __CLASS__ ) : OphCiExamination_FurtherFindings 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

Method Details

behaviors() public method

public behaviors ( )

bySubspecialty() public method

public bySubspecialty ( Subspecialty $subspecialty ) : Finding
$subspecialty Subspecialty
return Finding

canAutocomplete() public method

public canAutocomplete ( ) : string
return string

defaultScope() public method

public defaultScope ( )

getTerm() public method

public getTerm ( )

model() public static method

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : OphCiExamination_FurtherFindings
return OphCiExamination_FurtherFindings the static model class

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

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

tableName() public method

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

Property Details

$auto_update_relations protected property

protected $auto_update_relations