ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

◆ meta()

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

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: