Arrilot\Widgets\WidgetGroupCollection::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Arrilot\Widgets\Contracts\ApplicationWrapperContract $app )
$app Arrilot\Widgets\Contracts\ApplicationWrapperContract
    public function __construct(ApplicationWrapperContract $app)
    {
        $this->app = $app;
    }
WidgetGroupCollection