1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
propertycollection.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Core\Base;
4
5abstract class PropertyCollection extends Collection implements Property
6{
10 public function __toString()
11 {
12 return $this->toString();
13 }
14
18 public function getFields(): array
19 {
20 return [
21 'collection' => $this->collection,
22 ];
23 }
24
29 public function toString(string $separator = ', '): string
30 {
31 return implode($separator, $this->collection);
32 }
33}
toString(string $separator=', ')
Определения propertycollection.php:29
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804