OEModule\OphCiExamination\models\OphCiExamination_AttributeElement::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('attribute.name' => 'Attribute Name', 'attribute.label' => 'Attribute Label', 'element_type.name' => 'Element Mapping', 'attribute_elements.name' => 'Element Mapping');
    }