ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilExAssWikiTeamAR.php
Go to the documentation of this file.
1<?php
2
25{
26 public static function returnDbTableName(): string
27 {
28 return 'exc_ass_wiki_team';
29 }
30
42 protected ?int $id = null;
43
52 protected int $template_ref_id = 0;
53
62 protected int $container_ref_id = 0;
63
64
70 public function getId(): int
71 {
72 return $this->id;
73 }
74
75
81 public function setId(int $id): void
82 {
83 $this->id = $id;
84 }
85
86
92 public function setTemplateRefId(int $a_template_ref_id): void
93 {
94 $this->template_ref_id = $a_template_ref_id;
95 }
96
97
101 public function getTemplateRefId(): int
102 {
104 }
105
106
112 public function setContainerRefId(int $a_container_ref_id): void
113 {
114 $this->container_ref_id = $a_container_ref_id;
115 }
116
117
121 public function getContainerRefId(): int
122 {
124 }
125}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTemplateRefId(int $a_template_ref_id)
Set template ref id.
setContainerRefId(int $a_container_ref_id)
Set container ref id.
getContainerRefId()
Get container ref id.
getTemplateRefId()
Get template ref id.