OEModule\OphCoMessaging\models\Element_OphCoMessaging_Message::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 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');
    }