| 38 | | MIDCOM_META_CREATOR => $this->_topic->creator, |
|---|
| 39 | | MIDCOM_META_EDITOR => $this->_topic->revisor, |
|---|
| 40 | | MIDCOM_META_CREATED => $this->_topic->created, |
|---|
| 41 | | MIDCOM_META_EDITED => $this->_topic->revised |
|---|
| | 38 | MIDCOM_META_CREATOR => $this->_topic->metadata->creator, |
|---|
| | 39 | MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, |
|---|
| | 40 | MIDCOM_META_CREATED => $this->_topic->metadata->created, |
|---|
| | 41 | MIDCOM_META_EDITED => $this->_topic->metadata->revised |
|---|
| 51 | | MIDCOM_META_CREATOR => $this->_topic->creator, |
|---|
| 52 | | MIDCOM_META_EDITOR => $this->_topic->revisor, |
|---|
| 53 | | MIDCOM_META_CREATED => $this->_topic->created, |
|---|
| 54 | | MIDCOM_META_EDITED => $this->_topic->revised |
|---|
| | 51 | MIDCOM_META_CREATOR => $this->_topic->metadata->creator, |
|---|
| | 52 | MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, |
|---|
| | 53 | MIDCOM_META_CREATED => $this->_topic->metadata->created, |
|---|
| | 54 | MIDCOM_META_EDITED => $this->_topic->metadata->revised |
|---|
| 83 | | MIDCOM_META_CREATOR => $this->_topic->creator, |
|---|
| 84 | | MIDCOM_META_EDITOR => $this->_topic->revisor, |
|---|
| 85 | | MIDCOM_META_CREATED => $this->_topic->created, |
|---|
| 86 | | MIDCOM_META_EDITED => $this->_topic->revised |
|---|
| | 83 | MIDCOM_META_CREATOR => $this->_topic->metadata->creator, |
|---|
| | 84 | MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, |
|---|
| | 85 | MIDCOM_META_CREATED => $this->_topic->metadata->created, |
|---|
| | 86 | MIDCOM_META_EDITED => $this->_topic->metadata->revised |
|---|