PHP Class OEModule\OphCoCvi\models\Element_OphCoCvi_EventInfo

The followings are the available columns in table:
Inheritance: extends BaseEventTypeElement
Show file Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$useContainerView

Public Methods

Method Description
attributeLabels ( ) : array
defaultScope ( ) : array Sets default scope for events such that we never pull back any rows that have deleted set to 1.
disableDefaultScope ( ) Turn off the default scope
getIssueDateForDisplay ( ) : null | string
getIssueStatusForDisplay ( ) : string
getStructuredDataForPrint ( ) Returns an associative array of the data values for printing
model ( $className = __CLASS__ ) : the Returns the static model of the specified AR class.
patientCviCount ( $patient_id )
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Method Details

attributeLabels() public method

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

defaultScope() public method

Sets default scope for events such that we never pull back any rows that have deleted set to 1.
public defaultScope ( ) : array
return array of mandatory conditions

disableDefaultScope() public method

Turn off the default scope
public disableDefaultScope ( )

getIssueDateForDisplay() public method

public getIssueDateForDisplay ( ) : null | string
return null | string

getIssueStatusForDisplay() public method

public getIssueStatusForDisplay ( ) : string
return string

getStructuredDataForPrint() public method

Returns an associative array of the data values for printing

model() public static method

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

patientCviCount() public method

public patientCviCount ( $patient_id )

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

Property Details

$useContainerView public property

public $useContainerView