Пример #1
0
 /**
  * Render the menu item.
  * 
  * @return string
  */
 public function render()
 {
     return '<li>' . $this->html->link($this->link, $this->title, $this->attributes) . $this->renderNestedMenu() . '</li>';
 }