Lavary\Menu\Item::group PHP Method

group() public method

Group children of the item
public group ( array $attributes, callable $closure ) : void
$attributes array
$closure callable
return void
    public function group($attributes, $closure)
    {
        $this->builder->group($attributes, $closure, $this);
    }