GetByID
CDBResult CEventMessage::GetByID( int id )
The method returns the mail template by its ID as the CDBResult instance. Static method.
Parameters
Parameter | Description |
---|---|
id | Template ID. |
See Also
Examples of use
<? $rsEM = CEventMessage::GetByID($ID); $arEM = $rsEM->Fetch(); echo "<pre>"; print_r($arEM); echo "</pre>"; ?>
© «Bitrix24», 2001-2024
Up