File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/socialnetwork/lib/component/workgrouplist/runtimefieldsmanager.php
Back
<?php namespace Bitrix\Socialnetwork\Component\WorkgroupList; class RuntimeFieldsManager { private array $runtimeFields = []; public function __construct() { $runtimeFields = []; } public function add($fieldName): void { $this->runtimeFields[] = $fieldName; } public function has($fieldName): bool { return (in_array($fieldName, $this->runtimeFields, true)); } public function get(): array { return $this->runtimeFields; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings