From 5ba69509dd69ab4b30fc7e4510f70ba62050054c Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 29 Mar 2011 11:28:16 +0200 Subject: Shortcut und RightCategoryID in Rightmapper hinzugefügt --- application/models/Right.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'application/models/Right.php') diff --git a/application/models/Right.php b/application/models/Right.php index 874453c..2f49bd9 100644 --- a/application/models/Right.php +++ b/application/models/Right.php @@ -4,6 +4,7 @@ class Application_Model_Right { protected $_rightID; protected $_rightcategoryID; + protected $_shortcut; protected $_title; protected $_description; @@ -62,6 +63,15 @@ class Application_Model_Right { $this->_rightID = $_rightcategoryID; return $this; + } + public function getShortcut() + { + return $this->_shortcut; + } + public function setShortcut($_shortcut) + { + $this->_shortcut = $_shortcut; + return $this; } public function getTitle() { -- cgit v1.2.3-55-g7522