OphTrOperationbooking_Admission_Letter_Warning_Rule::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'rule_type_id' => 'Rule type', 'parent_rule_id' => 'Parent', 'rule_order' => 'Rule order', 'site_id' => 'Site', 'firm_id' => 'Firm', 'subspecialty_id' => 'Subspecialty', 'theatre_id' => 'Theatre', 'is_child' => 'Is child', 'show_warning' => 'Show warning', 'warning_text' => 'Warning text', 'emphasis' => 'Italics', 'strong' => 'Bold');
    }