|
1C-Bitrix 25.700.0
|
Переменные | |
| $arComponentVariables = array('message_id','group_id','wiki_name') | |
| $dbMessage = CForumMessage::GetList(array(), array('ID' => intval($arResult['VARIABLES']['message_id']))) | |
| $elementID = intval($arMessage['PARAM2']) | |
| $dbElement = CIBlockElement::GetList(array(), array('ID' => $elementID),false,false,array("IBLOCK_SECTION_ID","IBLOCK_ID","NAME") ) | |
| $ibSectionID = $arElement['IBLOCK_SECTION_ID'] | |
| do | |
| $redirectPath | |
| $arComponentVariables = array('message_id','group_id','wiki_name') |
См. определение в файле group_wiki_post_comment.php строка 4
| $dbElement = CIBlockElement::GetList(array(), array('ID' => $elementID),false,false,array("IBLOCK_SECTION_ID","IBLOCK_ID","NAME") ) |
См. определение в файле group_wiki_post_comment.php строка 22
| $dbMessage = CForumMessage::GetList(array(), array('ID' => intval($arResult['VARIABLES']['message_id']))) |
См. определение в файле group_wiki_post_comment.php строка 12
| $elementID = intval($arMessage['PARAM2']) |
См. определение в файле group_wiki_post_comment.php строка 17
| $ibSectionID = $arElement['IBLOCK_SECTION_ID'] |
См. определение в файле group_wiki_post_comment.php строка 27
| $redirectPath |
См. определение в файле group_wiki_post_comment.php строка 41
| do |
См. определение в файле group_wiki_post_comment.php строка 29