Exemplo n.º 1
0
 /**
  * Get whether a href is active.
  *
  * @param string $href
  * @return bool 
  * @static 
  */
 public static function isActive($href, $options)
 {
     return \Illuminate\Html\MenuBuilder::isActive($href, $options);
 }