ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.SkillRoleProfile.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Skill\Profile;
22
29{
30 protected int $role_id = 0;
31
32 public function __construct(
33 int $role_id,
34 int $profile_id,
35 string $title,
36 string $description,
38 string $image_id,
39 int $ref_id
40 ) {
41 global $DIC;
42
44 $this->role_id = $role_id;
45 }
46
47 public function getRoleId(): int
48 {
49 return $this->role_id;
50 }
51}
__construct(int $role_id, int $profile_id, string $title, string $description, int $skill_tree_id, string $image_id, int $ref_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
global $DIC
Definition: shib_login.php:26