ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\GlobalScreen\Scope\Layout\LayoutServices Class Reference

Class LayoutServices. More...

+ Collaboration diagram for ILIAS\GlobalScreen\Scope\Layout\LayoutServices:

Public Member Functions

 __construct (string $resource_version)
 LayoutServices constructor. More...
 
 factory ()
 
 meta ()
 

Private Attributes

MetaContent $meta_content
 
ModificationFactory $modification_factory
 

Detailed Description

Class LayoutServices.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 31 of file LayoutServices.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Scope\Layout\LayoutServices::__construct ( string  $resource_version)

LayoutServices constructor.

Definition at line 39 of file LayoutServices.php.

40  {
41  $this->meta_content = new MetaContent(
42  $resource_version,
43  false,
44  true,
45  true,
46  false
47  );
48  $this->modification_factory = new ModificationFactory();
49  }

Member Function Documentation

◆ factory()

ILIAS\GlobalScreen\Scope\Layout\LayoutServices::factory ( )
Returns
ModificationFactory

Definition at line 54 of file LayoutServices.php.

References ILIAS\GlobalScreen\Scope\Layout\LayoutServices\$modification_factory.

54  : ModificationFactory
55  {
57  }

◆ meta()

ILIAS\GlobalScreen\Scope\Layout\LayoutServices::meta ( )
Returns
MetaContent

Definition at line 62 of file LayoutServices.php.

References ILIAS\GlobalScreen\Scope\Layout\LayoutServices\$meta_content.

62  : MetaContent
63  {
64  return $this->meta_content;
65  }

Field Documentation

◆ $meta_content

MetaContent ILIAS\GlobalScreen\Scope\Layout\LayoutServices::$meta_content
private

◆ $modification_factory

ModificationFactory ILIAS\GlobalScreen\Scope\Layout\LayoutServices::$modification_factory
private

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