get('user'); $context = $comment->getFileContext(); $jsonContext = json_encode($context); $closedClass = in_array('closed', $comment->getFlags()) ? 'closed' : ''; $idClass = $comment->getId() ? 'c' . $this->escapeHtmlAttr($comment->getId()) : 'readonly'; ?>
avatar($user, 64, $comment->isValidUser()) ?>
' . $this->escapeHtml($line) . '
'; } ?>
userLink($user, true); if ($context['file']) { echo ' (' . $this->te('on') . ' ' . $this->decodeFilespec($context['name']) . ($context['line'] ? ', ' . $this->te('line') . ' ' . $this->escapeUrl($context['line']) : '' ) . ')'; } ?> preformat($comment->get('body')) ?>
getAttachments() as $attachmentId): if (!isset($attachments[$attachmentId])) { continue; } $attachment = $attachments[$attachmentId]; ?>
isWebSafeImage()): ?>
escapeHtml($attachment->get('name')) ?> (fileSize($attachment->get('size')) ?>)
user()->getId(); ?>
avatar($userId, 64) ?>