File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/core/base/propertycollection.php
Back
<?php namespace Bitrix\Calendar\Core\Base; abstract class PropertyCollection extends Collection implements Property { /** * @return string */ public function __toString() { return $this->toString(); } /** * @return array[] */ public function getFields(): array { return [ 'collection' => $this->collection, ]; } /** * @param string $separator * @return string */ public function toString(string $separator = ', '): string { return implode($separator, $this->collection); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings