1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
DocumentController.php
См. документацию.
1<?php
2
4
11
13{
14 public function __construct(array $options)
15 {
16 parent::__construct($options);
17 }
18
19 public function isAvailable(): bool
20 {
21 return AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ);
22 }
23
25 {
26 return new Configuration();
27 }
28
29 public function canUpload(): bool
30 {
31 return AccessController::getCurrent()->check(ActionDictionary::ACTION_STORE_VIEW);
32 }
33
35 {
36 }
37
38 public function canView(): bool
39 {
40 return false;
41 }
42
43 public function canRemove(): bool
44 {
45 return false;
46 }
47}
verifyFileOwner(FileOwnershipCollection $files)
Определения DocumentController.php:34
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$files
Определения mysql_to_pgsql.php:30