PatientMergeRequest::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return array('OeDateFormat' => array('class' => 'application.behaviors.OeDateFormat', 'date_columns' => array('primary_dob', 'secondary_dob', 'last_modified_date', 'created_date')));
    }