1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
response.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Seo\Checkout;
4
5
use Bitrix\Main\Result;
6
11
abstract
class
Response
extends
Result
12
{
13
const
TYPE_CODE
=
''
;
14
15
protected
$type
;
16
protected
$responseText
;
17
18
/* @var Request|null */
19
protected
$request
;
20
24
public
function
__construct
()
25
{
26
parent::__construct();
27
$this->type = static::TYPE_CODE;
28
}
29
34
public
function
setData
(
array
$data
)
35
{
36
parent::setData(
$data
);
37
}
38
42
public
function
setResponseText
(
$responseText
)
43
{
44
$this->responseText =
$responseText
;
45
}
46
50
public
function
getResponseText
()
51
{
52
return
$this->responseText
;
53
}
54
58
public
function
getRequest
()
59
{
60
return
$this->request
;
61
}
62
67
public
function
setRequest
(
Request
$request
)
68
{
69
return
$this->request =
$request
;
70
}
71
77
public
static
function
create
(
$type
)
78
{
79
return
Factory::create
(get_called_class(),
$type
);
80
}
81
85
abstract
public
function
parse
(
$data
);
86
}
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
Bitrix\Main\Result\$data
$data
Определения
result.php:22
Bitrix\Seo\Checkout\Factory\create
static create($object, $type, $parameters=null)
Определения
factory.php:20
Bitrix\Seo\Checkout\Request
Определения
request.php:15
Bitrix\Seo\Checkout\Response
Определения
response.php:12
Bitrix\Seo\Checkout\Response\__construct
__construct()
Определения
response.php:24
Bitrix\Seo\Checkout\Response\TYPE_CODE
const TYPE_CODE
Определения
response.php:13
Bitrix\Seo\Checkout\Response\create
static create($type)
Определения
response.php:77
Bitrix\Seo\Checkout\Response\$responseText
$responseText
Определения
response.php:16
Bitrix\Seo\Checkout\Response\setRequest
setRequest(Request $request)
Определения
response.php:67
Bitrix\Seo\Checkout\Response\setData
setData(array $data)
Определения
response.php:34
Bitrix\Seo\Checkout\Response\parse
parse($data)
Bitrix\Seo\Checkout\Response\getResponseText
getResponseText()
Определения
response.php:50
Bitrix\Seo\Checkout\Response\$type
$type
Определения
response.php:15
Bitrix\Seo\Checkout\Response\$request
$request
Определения
response.php:19
Bitrix\Seo\Checkout\Response\getRequest
getRequest()
Определения
response.php:58
Bitrix\Seo\Checkout\Response\setResponseText
setResponseText($responseText)
Определения
response.php:42
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
seo
lib
checkout
response.php
Создано системой
1.14.0