Detailed Description
Storage of evidence on a FlowData object.
Public Member Functions
__construct ($flowData)
evidence container constructor More...
| |
set ($key, $value)
If a flow element can use the key then add the key value pair to the evidence collection. More...
| |
setArray ($array)
Helper function to set multiple pieces of evidence from an array. More...
| |
setFromWebRequest ($server=null, $cookies=null, $query=null)
Extract evidence from a web request No argument version automatically reads from current request using the $_SERVER, $_COOKIE, $_GET and $_POST globals. More...
| |
get ($key)
Get a piece of evidence by key. More...
| |
getAll ()
Get all evidence. More...
|