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);
    }