ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Data Structures | |
interface | ilFileDeliveryService |
Interface ilFileDeliveryService. More... | |
interface | ilFileDeliveryType |
Interface ilFileDeliveryType. More... | |
Public Member Functions | |
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,) | |
![]() | |
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,) | |
Data Fields | |
trait | HttpServiceAware |
Trait HttpServiceAware. More... | |
Definition at line 29 of file FileDelivery.php.
ILIAS\FileDelivery::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 | ||
) |
Implements ILIAS\Component\Component.
Definition at line 31 of file FileDelivery.php.
trait ILIAS\FileDelivery::HttpServiceAware |
Trait HttpServiceAware.
This trait provide a convenient way to consume the global http state and aids to reduce code duplication.
Please only use this trait if you need the global http state from a static context! Otherwise consider to pass the http global state via constructor (DI).
Definition at line 39 of file HttpServiceAware.php.