PHP 클래스 Arrilot\Widgets\Controllers\WidgetController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: arrilot/laravel-widgets

공개 메소드들

메소드 설명
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