Documentation

GetByID

CDBResult
CEventMessage::GetByID(
 int id
)

The method returns the mail template by its ID as the CDBResult instance. Static method.

Parameters

ParameterDescription
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