ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.SkillInternalGUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Skill\Service;
22
23use ILIAS\HTTP;
25
32{
34 protected Refinery\Factory $refinery;
37
38
39 public function __construct(
42 ?array $query_params = null,
43 ?array $post_data = null
44 ) {
45 global $DIC;
46
47 $this->http = $http;
48 $this->refinery = $refinery;
49
51 $this->http,
52 $this->refinery,
53 $query_params,
54 $post_data
55 );
56
58 $this->http,
59 $this->refinery,
60 $query_params,
61 $post_data
62 );
63 }
64
71 {
73 }
74
76 {
78 }
79}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
Request wrapper for guis in skill administration.
Skill UI frontend presentation internal service class.
__construct(HTTP\Services $http, Refinery\Factory $refinery, ?array $query_params=null, ?array $post_data=null)
Request wrapper for personal skills guis.
static http()
Fetches the global http state from ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:26