ShowMessage
string CAdminMessage::ShowMessage( string $message )
The ShowMessage method displays a specified error message.
Example:
if (strlen(strError) > 0) { echo CAdminMessage::ShowMessage($strError); }
© «Bitrix24», 2001-2024
string CAdminMessage::ShowMessage( string $message )
The ShowMessage method displays a specified error message.
if (strlen(strError) > 0) { echo CAdminMessage::ShowMessage($strError); }