Lavary\Menu\Item::group PHP Метод

group() публичный Метод

Group children of the item
public group ( array $attributes, callable $closure ) : void
$attributes array
$closure callable
Результат void
    public function group($attributes, $closure)
    {
        $this->builder->group($attributes, $closure, $this);
    }