Documentation

AjaxAPI
in package
implements IRoute

AbstractYes

Table of Contents

Interfaces

IRoute
Interface IRequestAction

Methods

accessPermission()  : null|string
Returns the required permission to execute this action, or null if it is not restricted.
exec()  : mixed
Executes the action and returns the result.
methods()  : array<string|int, mixed>|null

Methods

accessPermission()

Returns the required permission to execute this action, or null if it is not restricted.

public abstract accessPermission() : null|string
Return values
null|string

exec()

Executes the action and returns the result.

public exec(mixed $args) : mixed
Parameters
$args : mixed

methods()

public abstract methods() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

        
On this page

Search results