1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
order.php
См. документацию.
1<?php
2namespace Bitrix\Sale\Archive;
3
4use Bitrix\Sale,
5 Bitrix\Main;
6
7class Order extends Sale\Order
8{
9 protected $discountResult = array();
10 protected $dateArchived = null;
11 protected $archiveVersion = null;
12
19 public function applyDiscount(array $data)
20 {
21 return new Sale\Result();
22 }
23
27 public static function getRegistryType()
28 {
30 }
31
37 public function setDiscountData($resultData = array())
38 {
39 $this->discountResult = $resultData;
40 }
41
45 public function getDiscountData()
46 {
47 return $this->discountResult;
48 }
49
53 public function getDateArchived()
54 {
55 return $this->dateArchived;
56 }
57
63 public function setDateArchived($date)
64 {
65 $this->dateArchived = $date;
66 }
67
71 public function getVersion()
72 {
73 return $this->archiveVersion;
74 }
75
81 public function setVersion($version)
82 {
83 $this->archiveVersion = (int)$version;
84 }
85}
getDateArchived()
Определения order.php:53
setDateArchived($date)
Определения order.php:63
applyDiscount(array $data)
Определения order.php:19
setDiscountData($resultData=array())
Определения order.php:37
getDiscountData()
Определения order.php:45
$dateArchived
Определения order.php:10
setVersion($version)
Определения order.php:81
$archiveVersion
Определения order.php:11
static getRegistryType()
Определения order.php:27
$discountResult
Определения order.php:9
getVersion()
Определения order.php:71
const REGISTRY_TYPE_ARCHIVE_ORDER
Определения registry.php:17
$data['IS_AVAILABLE']
Определения .description.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804