PHP Class Arrilot\Widgets\Controllers\WidgetController

Inheritance: extends Illuminate\Routing\Controller
Datei anzeigen Open project: arrilot/laravel-widgets

Public Methods

Method Description
showWidget ( Illuminate\Http\Request $request ) : mixed The action to show widget output via ajax.

Protected Methods

Method Description
prepareGlobals ( Illuminate\Http\Request $request ) Set some specials variables to modify the workflow of the widget factory.

Method Details

prepareGlobals() protected method

Set some specials variables to modify the workflow of the widget factory.
protected prepareGlobals ( Illuminate\Http\Request $request )
$request Illuminate\Http\Request

showWidget() public method

The action to show widget output via ajax.
public showWidget ( Illuminate\Http\Request $request ) : mixed
$request Illuminate\Http\Request
return mixed