Exemplo n.º 1
0
 /**
  * Render the menu.
  *
  * @param mixed $items
  * @param array $options
  * @return string 
  * @static 
  */
 public static function render($items, $options = array())
 {
     return \Illuminate\Html\MenuBuilder::render($items, $options);
 }