Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
site.php
1<?php
3
7
8Loc::loadMessages(__FILE__);
9
14class Site extends Base\SiteRestriction
15{
20 protected static function getOrder(Sale\Internals\Entity $entity)
21 {
22 if (!($entity instanceof Sale\Payment))
23 {
24 return null;
25 }
26
28 $collection = $entity->getCollection();
29
30 return $collection->getOrder();
31 }
32}
static loadMessages($file)
Definition loc.php:64