1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
response.php
См. документацию.
1<?php
2
3namespace Bitrix\Seo\Checkout;
4
5use Bitrix\Main\Result;
6
11abstract 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
43 {
44 $this->responseText = $responseText;
45 }
46
50 public function getResponseText()
51 {
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}
$data
Определения result.php:22
static create($object, $type, $parameters=null)
Определения factory.php:20
const TYPE_CODE
Определения response.php:13
static create($type)
Определения response.php:77
setRequest(Request $request)
Определения response.php:67
setData(array $data)
Определения response.php:34
getResponseText()
Определения response.php:50
setResponseText($responseText)
Определения response.php:42
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804