示例#1
0
 /**
  * Render extra data for this log-event
  *
  * @return string
  */
 public function render(RendererInterface $renderer)
 {
     if (empty($this->paragraphId)) {
         return '';
     }
     return $renderer->htmlTag('a', $this->getDescription(), array('title' => $this->originalTitle, 'href' => '/app/' . $this->locale . '/paragraph/render/' . $this->paragraphId));
 }