ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Repository\Resources\DomainService Class Reference
+ Collaboration diagram for ILIAS\Repository\Resources\DomainService:

Public Member Functions

 __construct (Archives $archives, LegacyArchives $legacy_archives)
 
 zip ()
 

Protected Attributes

LegacyArchives $legacy_archives
 
Archives $archives
 

Detailed Description

Definition at line 26 of file DomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\Resources\DomainService::__construct ( Archives  $archives,
LegacyArchives  $legacy_archives 
)

Member Function Documentation

◆ zip()

ILIAS\Repository\Resources\DomainService::zip ( )

Definition at line 39 of file DomainService.php.

39  : ZipAdapter
40  {
41  return new ZipAdapter(
42  $this->archives,
43  $this->legacy_archives
44  );
45  }

Field Documentation

◆ $archives

Archives ILIAS\Repository\Resources\DomainService::$archives
protected

◆ $legacy_archives

LegacyArchives ILIAS\Repository\Resources\DomainService::$legacy_archives
protected

The documentation for this class was generated from the following file: