OEModule\OphCoMessaging\models\Element_OphCoMessaging_Message::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'event_id' => 'Event', 'for_the_attention_of_user_id' => 'For the attention of', 'message_type_id' => 'Type', 'urgent' => 'Urgent', 'marked_as_read' => 'Mark as read', 'message_text' => 'Text', 'comment_text' => 'Comment');
    }