PHP Класс Arrilot\Widgets\Controllers\WidgetController

Наследование: extends Illuminate\Routing\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
showWidget ( Illuminate\Http\Request $request ) : mixed The action to show widget output via ajax.

Защищенные методы

Метод Описание
prepareGlobals ( Illuminate\Http\Request $request ) Set some specials variables to modify the workflow of the widget factory.

Описание методов

prepareGlobals() защищенный метод

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

showWidget() публичный метод

The action to show widget output via ajax.
public showWidget ( Illuminate\Http\Request $request ) : mixed
$request Illuminate\Http\Request
Результат mixed