• Модуль: photogallery
  • Путь к файлу: ~/bitrix/modules/photogallery/classes/general/photo_notify_schema.php
  • Класс: CPhotogalleryNotifySchema
  • Вызов: CPhotogalleryNotifySchema::OnGetNotifySchema
static function OnGetNotifySchema()
{
	return array(
		"photogallery" => array(
			"comment" => Array(
				"NAME" => GetMessage("PHOTO_NS_COMMENT"),
			)
		)
	);
}