コード例 #1
0
 protected function renderType(dmEventLogEntry $entry)
 {
     return '<strong>' . $this->i18n->__(dmString::humanize($entry->get('type'))) . '</strong>';
 }
コード例 #2
0
 protected function renderActionAndSubject(dmEventLogEntry $entry)
 {
     return '<span class="block ' . $this->getActionClass($entry->get('action')) . '">' . $this->renderType($entry) . '<br />' . $this->renderSubject($entry) . '</span>';
 }