File path: dist/twist/Twist.php
Namespace: \
errorMessage
— Log an error 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 errorMessage with the example vars
Twist::Twist() -> errorMessage($strMessage, $strKey);