PHP 클래스 Arrilot\Widgets\WidgetGroupCollection

파일 보기 프로젝트 열기: arrilot/laravel-widgets 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$groups array The array of widget groups.

공개 메소드들

메소드 설명
__construct ( Arrilot\Widgets\Contracts\ApplicationWrapperContract $app ) Constructor.
group ( $name ) : Arrilot\Widgets\WidgetGroup Get the widget group object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Arrilot\Widgets\Contracts\ApplicationWrapperContract $app )
$app Arrilot\Widgets\Contracts\ApplicationWrapperContract

group() 공개 메소드

Get the widget group object.
public group ( $name ) : Arrilot\Widgets\WidgetGroup
$name
리턴 Arrilot\Widgets\WidgetGroup

프로퍼티 상세

$groups 보호되어 있는 프로퍼티

The array of widget groups.
protected array $groups
리턴 array