Documentation

ProxyPlugin extends Plugin
in package

Table of Contents

$callback  : mixed
$parser  : mixed
$triggers  : mixed
$types  : mixed
__construct()  : mixed
getTriggers()  : mixed
getTypes()  : array<string|int, mixed>
An array of types (As returned by gettype) for all data this plugin can operate on.
parse()  : mixed
setParser()  : mixed

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $types, mixed $triggers, mixed $callback) : mixed
Parameters
$types : array<string|int, mixed>
$triggers : mixed
$callback : mixed
Return values
mixed

getTriggers()

public getTriggers() : mixed
Return values
mixed

getTypes()

An array of types (As returned by gettype) for all data this plugin can operate on.

public getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

List of types

setParser()

public setParser(Parser $p) : mixed
Parameters
$p : Parser
Return values
mixed

Search results