1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
propertycollection.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Core\Base;
4
5
abstract
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
}
Bitrix\Calendar\Core\Base\PropertyCollection
Определения
propertycollection.php:6
Bitrix\Calendar\Core\Base\PropertyCollection\__toString
__toString()
Определения
propertycollection.php:10
Bitrix\Calendar\Core\Base\PropertyCollection\toString
toString(string $separator=', ')
Определения
propertycollection.php:29
Bitrix\Calendar\Core\Base\PropertyCollection\getFields
getFields()
Определения
propertycollection.php:18
Bitrix\Main\ORM\Objectify\Collection
Определения
collection.php:33
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Calendar\Core\Base\Property
Определения
property.php:6
Bitrix\Calendar\Core\Base\Property\toString
toString()
bitrix
modules
calendar
lib
core
base
propertycollection.php
Создано системой
1.14.0