ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilExAssWikiTeamAR.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12{
16 public static function returnDbTableName()
17 {
18 return 'exc_ass_wiki_team';
19 }
20
32 protected $id;
33
42 protected $template_ref_id = 0;
43
52 protected $container_ref_id = 0;
53
54
60 public function getId()
61 {
62 return $this->id;
63 }
64
65
71 public function setId($id)
72 {
73 $this->id = $id;
74 }
75
76
82 public function setTemplateRefId($a_template_ref_id)
83 {
84 $this->template_ref_id = $a_template_ref_id;
85 }
86
87
93 public function getTemplateRefId()
94 {
96 }
97
98
104 public function setContainerRefId($a_container_ref_id)
105 {
106 $this->container_ref_id = $a_container_ref_id;
107 }
108
109
115 public function getContainerRefId()
116 {
118 }
119}
Class ActiveRecord.
An exception for terminatinating execution or to throw for unit testing.
Item group active record class.
setContainerRefId($a_container_ref_id)
Set container ref id.
getContainerRefId()
Get container ref id.
getTemplateRefId()
Get template ref id.
setTemplateRefId($a_template_ref_id)
Set template ref id.