File path: dist/twist/Twist.php
Namespace: \
messageProcess
— Process each message as they are added and store them for the current PHP session only
Name | Description |
---|---|
$strMessage | n/a |
$strKey | n/a |
$strType | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strMessage = 'foo';
$strKey = 'foo';
$strType = 'foo';
//Call the function messageProcess with the example vars
Twist::Twist() -> messageProcess($strMessage, $strKey, $strType);