Arrilot\Widgets\Facade::group PHP 메소드

group() 공개 정적인 메소드

Get the widget group object.
public static group ( $name ) : Arrilot\Widgets\WidgetGroup
$name
리턴 Arrilot\Widgets\WidgetGroup
    public static function group($name)
    {
        return app('arrilot.widget-group-collection')->group($name);
    }