Documentation

Show

string
CAdminMessage::Show(
)

The Show method displays a message.

Example:

if($ex = $APPLICATION->GetException())
{
  $message = new CAdminMessage(GetMessage("FORM_ERROR_SAVE"), $ex);
  echo $message->Show();
}
© «Bitrix24», 2001-2024
Up