File path: dist/twist/Twist.php
Namespace: \
warningMessage
— Log an warning message that can be output using the {messages:} template tag
Name | Description |
---|---|
$strMessage | n/a |
[$strKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strMessage = 'foo';
$strKey = null;
//Call the function warningMessage with the example vars
Twist::Twist() -> warningMessage($strMessage, $strKey);