summaryrefslogtreecommitdiffstats
path: root/application/models/GroupGroups.php
diff options
context:
space:
mode:
authorSimon2011-01-28 09:48:04 +0100
committerSimon2011-01-28 09:48:04 +0100
commit24468f6a2244b07e7c56eb80523bf63341f486cd (patch)
tree545fa06c2728023f36b2eb5b4c834783f210b456 /application/models/GroupGroups.php
parentsettergetter für variablen - um nicht tausend sachen ändern zu müssen (diff)
downloadpbs2-24468f6a2244b07e7c56eb80523bf63341f486cd.tar.gz
pbs2-24468f6a2244b07e7c56eb80523bf63341f486cd.tar.xz
pbs2-24468f6a2244b07e7c56eb80523bf63341f486cd.zip
setter/getter geändert damit es Konvention setGrossbuchstabe() entspricht
Diffstat (limited to 'application/models/GroupGroups.php')
-rw-r--r--application/models/GroupGroups.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/application/models/GroupGroups.php b/application/models/GroupGroups.php
index 31776cb..af5c43c 100644
--- a/application/models/GroupGroups.php
+++ b/application/models/GroupGroups.php
@@ -43,22 +43,19 @@ class Application_Model_GroupGroups
}
- public function get_parentID()
+ public function getParentID()
{
return $this->_parentID;
}
-
- public function set_parentID($_parentID)
+ public function setParentID($_parentID)
{
$this->_parentID = $_parentID;
}
-
- public function get_groupID()
+ public function getGroupID()
{
return $this->_groupID;
}
-
- public function set_groupID($_groupID)
+ public function setGroupID($_groupID)
{
$this->_groupID = $_groupID;
}