1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
Feature.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Collab\Property
;
6
7
use
Bitrix\Main\Type\Contract\Arrayable
;
8
9
class
Feature
implements
Arrayable
10
{
11
public
function
__construct
(
12
public
readonly
int
$id,
13
public
readonly
string
$feature,
14
public
readonly
bool
$isActive
15
)
16
{
17
}
18
19
public
function
toArray
():
array
20
{
21
return
[$this->feature => $this->isActive];
22
}
23
}
Bitrix\Socialnetwork\Collab\Property\Feature
Определения
Feature.php:10
Bitrix\Socialnetwork\Collab\Property\Feature\__construct
__construct(public readonly int $id, public readonly string $feature, public readonly bool $isActive)
Определения
Feature.php:11
Bitrix\Socialnetwork\Collab\Property\Feature\toArray
toArray()
Определения
Feature.php:19
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\Main\Type\Contract\Arrayable
Определения
arrayable.php:6
Bitrix\Socialnetwork\Collab\Property
Определения
Feature.php:5
bitrix
modules
socialnetwork
lib
Collab
Property
Feature.php
Создано системой
1.14.0