1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
withurl.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Iblock\Grid\Row\Actions\Item\Helpers;
4
5
use CUtil;
6
7
trait
WithUrl
8
{
9
protected
string
$url
;
10
11
public
function
setUrl
(
string
$url
): void
12
{
13
$this->url =
$url
;
14
}
15
16
protected
function
getUrlForOnclick
(): string
17
{
18
return
CUtil::JSEscape($this->url);
19
}
20
}
Bitrix\Iblock\Grid\Row\Actions\Item\Helpers\getUrlForOnclick
getUrlForOnclick()
Определения
withurl.php:16
Bitrix\Iblock\Grid\Row\Actions\Item\Helpers\setUrl
setUrl(string $url)
Определения
withurl.php:11
Bitrix\Iblock\Grid\Row\Actions\Item\Helpers\WithUrl
trait WithUrl
Определения
withurl.php:8
$url
$url
Определения
iframe.php:7
bitrix
modules
iblock
lib
grid
row
actions
item
helpers
withurl.php
Создано системой
1.14.0