19 declare(strict_types=1);
    44         $this->
ui = $DIC->ui();
    45         $this->meta = $DIC->globalScreen()->layout()->meta();
    57         $header_image = $parts->
getLogo();
    66         $standard = $this->
ui->factory()->layout()->page()->standard(
    72             $responsive_header_image,
    81         foreach ($this->meta->getMetaData() as $meta_datum) {
    82             $standard = $standard->withAdditionalMetaDatum($meta_datum);
    85         if (null !== ($og_meta_data = $this->meta->getOpenGraphMetaData())) {
    86             $standard = $standard->withAdditionalMetaDatum($og_meta_data);
    90                         ->withTextDirection($this->meta->getTextDirection() ?? Standard::LTR);
 build(PagePartProvider $parts)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
 
Interface PagePartProvider. 
 
Provides fluid interface to RBAC services. 
 
__construct()
StandardPageBuilder constructor.