\phpWTLDataRetrievalPolicy

Representation of a single policy for data retrieval.

Data retrieval policies may be used by loggers and data retrievers alike to allow for user-driven complex off-standard bahavior in the process of logging data retrieval.

Summary

Methods
Properties
Constants
__construct()
$name
$flag
$parameter
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : string

Type

string — Policy id.

$flag

$flag : string

Type

string — Specify behavior of this policy.

$parameter

$parameter : string

Type

string — Can be used to parameterize a policy bahavior (the parameter might be any type, non-scalar and two-ways).

Methods

__construct()

__construct(array  $param) 

Parameters

array $param

Associative array to provide all attributes.