TwistPHP Documentation

messageProcess

File path: dist/twist/Twist.php
Namespace: \
Extends:

messageProcessProcess each message as they are added and store them for the current PHP session only

Parameters

Name Type Description
$strMessagestringn/a
$strKeystringn/a
$strTypestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?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);