◆ __construct()
| ILIAS\ApacheAuth\UsernameProvider\CollectUsernameProvidersObjective::__construct |
( |
private readonly array |
$contributions | ) |
|
◆ build()
| ILIAS\ApacheAuth\UsernameProvider\CollectUsernameProvidersObjective::build |
( |
| ) |
|
Definition at line 40 of file CollectUsernameProvidersObjective.php.
40 : Artifact
41 {
42 return new Artifact\ArrayArtifact(
43 array_map(
44 static fn(UsernameProvider $p): string => $p::class,
45 $this->contributions
46 )
47 );
48 }
◆ getArtifactName()
| ILIAS\ApacheAuth\UsernameProvider\CollectUsernameProvidersObjective::getArtifactName |
( |
| ) |
|
The documentation for this class was generated from the following file: