File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/sync/entities/synceventmap.php
Back
<?php namespace Bitrix\Calendar\Sync\Entities; use Bitrix\Calendar\Core\Base\Map; use Bitrix\Calendar\Sync\Dictionary; /** * */ class SyncEventMap extends Map { /** * @return $this */ public function getNotSuccessSyncEvent(): SyncEventMap { return new static(array_filter($this->collection, function (SyncEvent $syncEvent) { return $syncEvent->getAction() !== Dictionary::SYNC_EVENT_ACTION['success']; })); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings