コード例 #1
0
ファイル: ListRenderer.php プロジェクト: ner0tic/landmarx
 protected function renderSpanElement(ItemInterface $item, array $options)
 {
     return sprintf('<span%s>%s</span>', $this->renderHtmlAttributes($item->getLabelAttributes()), $this->renderLabel($item, $options));
 }