1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
result.php
См. документацию.
1
<?php
2
3
namespace
Sale\Handlers\Delivery\YandexTaxi\Api\ApiResult\Journal;
4
10
final
class
Result
extends
\Bitrix\Main\Result
11
{
13
private
$cursor;
14
16
private
$events = [];
17
21
public
function
getCursor()
22
{
23
return
$this->cursor;
24
}
25
30
public
function
setCursor(
string
$cursor): Result
31
{
32
$this->cursor = $cursor;
33
34
return
$this;
35
}
36
40
public
function
addEvent(Event
$event
)
41
{
42
$this->events[] =
$event
;
43
}
44
48
public
function
getEvents():
array
49
{
50
return
$this->events;
51
}
52
}
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$event
$event
Определения
prolog_after.php:141
bitrix
modules
sale
handlers
delivery
yandextaxi
api
apiresult
journal
result.php
Создано системой
1.14.0