File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/ui/lib/FileUploader/FileOwnership.php
Back
<?php namespace Bitrix\UI\FileUploader; class FileOwnership { private int $id; private bool $own = false; public function __construct(int $id) { $this->id = $id; } public function getId(): int { return $this->id; } public function isOwn(): bool { return $this->own; } public function markAsOwn(bool $flag = true): void { $this->own = $flag; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings