Documentation

Ajax
in package
implements Controller

Generic Ajax request handler class.

Classes that handle ajax request should extend this class.

Table of Contents

Interfaces

Controller

Properties

$data  : array<string|int, mixed>
Contains data from BODY if the request is in json BODY, or from REQUEST

Methods

__construct()  : mixed
execute()  : void
Action dispatcher.

Properties

$data

Contains data from BODY if the request is in json BODY, or from REQUEST

protected array<string|int, mixed> $data

Methods

__construct()

public __construct() : mixed

execute()

Action dispatcher.

public execute(Base $f3[, string $action = "" ]) : void
Parameters
$f3 : Base
$action : string = ""

        
On this page

Search results