1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
incomingattachmentmanager.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Calendar\ICal;
5
6
7use Bitrix\Calendar\ICal\Basic\AttachmentManager;
8use Bitrix\Calendar\ICal\Parser\ParserManager;
9
11{
12 private $data;
16 private $events;
17 private $method;
18
19 public static function getInstance(array $params)
20 {
21 return new self($params);
22 }
23
24 public function __construct(array $params)
25 {
26 $this->data = $params['data'];
27 }
28
29 public function getAttachment()
30 {
31 return $this->events;
32 }
33
35 {
37 $this->events = $manager->getProcessedEvents();
38 $this->method = $manager->getMethod();
39
40 return $this;
41 }
42
43 public function convertEventFields()
44 {
45
46 }
47
48 public function getEvent()
49 {
50 return !empty($this->events)
51 ? $this->events[0]
52 : [];
53 }
54
55 public function getMethod()
56 {
57 return $this->method;
58 }
59}
static getInstance(string $data)
Определения parsermanager.php:30
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$manager
Определения office365push.php:39
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения template.php:799
$method
Определения index.php:27