1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
manager.php
См. документацию.
1<?php
8namespace Bitrix\Sender\Internals\QueryController;
9
10use Bitrix\Main\Web\Uri;
11
13{
22 public static function getActionRequestingUri ($actionName, array $parameters = array(), $controllerUri)
23 {
24 $parameters['action'] = $actionName;
25 $parameters['sessid'] = bitrix_sessid();
26
27 $uri = new Uri($controllerUri);
28 $uri->addParams($parameters);
29
30 return $uri->getLocator();
31 }
32}
Определения uri.php:17
static getActionRequestingUri($actionName, array $parameters=array(), $controllerUri)
Определения manager.php:22
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if(file_exists($_SERVER['DOCUMENT_ROOT'] . "/urlrewrite.php")) $uri
Определения urlrewrite.php:61
bitrix_sessid()
Определения tools.php:4656