ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
DecoratedPageBuilder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
23
24use Closure;
27
34{
40 public function __construct(private PageBuilder $original, private Closure $deco)
41 {
42 }
43
48 {
49 $deco = $this->deco;
50 return $deco($parts);
51 }
52}
__construct(private PageBuilder $original, private Closure $deco)
DecoratedPageBuilder constructor.
This describes the Page.
Definition: Page.php:31
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Definition: ltitoken.php:61
@noinspection PhpPropertyOnlyWrittenInspection