abstract class MobileController extends Controller

H5 控制器

Traits

DispatchesJobs
ValidatesRequests

Properties

static array $permission from  Controller
protected int $pagesize pagesize from  Controller
protected string $ip ip from  Controller
protected Carbon $now now from  Controller
protected string|null $route route from  Controller
protected string|null $title title from  Controller
protected PamAccount $pam

Methods

__construct()

Controller constructor.

void
withViews()

No description

void
seo(mixed ...$args)

seo

Details

at line 22
__construct()

Controller constructor.

in Controller at line 69
protected void withViews()

No description

Return Value

void

in Controller at line 94
protected void seo(mixed ...$args)

seo

Parameters

mixed ...$args args

Return Value

void