Documentation

TimestampPlugin extends Plugin
in package

Table of Contents

$blacklist  : mixed
$parser  : 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

$blacklist

public static mixed $blacklist = array(2147483648, 2147483647, 1073741824, 1073741823)

Methods

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