diff options
Diffstat (limited to 'application/models/GroupGroups.php')
| -rw-r--r-- | application/models/GroupGroups.php | 11 |
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; } |
