ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
BasicHandler.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24use ILIAS\Export\ExportHandler\I\Consumer\ExportOption\HandlerInterface as ilExportHandlerConsumerExportOptionInterface;
25
26abstract class BasicHandler implements ilExportHandlerConsumerExportOptionInterface
27{
28 final public function __construct()
29 {
30 global $DIC;
31 $this->init($DIC);
32 }
33
34 public function isObjectSupported(
35 ObjectId $object_id
36 ): bool {
38 }
39
40 public function isPublicAccessPossible(): bool
41 {
42 return false;
43 }
44}
init(array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
Definition: Export.php:30
return true
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:26