Removes code that became obsolete with DBO::getObjectID()
authorMatthias Schmidt <gravatronics@live.com>
Fri, 28 Dec 2012 16:56:53 +0000 (17:56 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 28 Dec 2012 16:56:53 +0000 (17:56 +0100)
files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php
files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php

index e94f3ea32c9da4118573f343d134a3ce57565f85..bc1ed4b7106e09433e6e6a7d0a217faf286cac99 100644 (file)
@@ -19,13 +19,6 @@ class ConversationMessageUserNotificationObject extends DatabaseObjectDecorator
         */
        protected static $baseClass = 'wcf\data\conversation\message\ConversationMessage';
        
-       /**
-        * @see wcf\system\user\notification\object\IUserNotificationObject::getObjectID()
-        */
-       public function getObjectID() {
-               return $this->messageID;
-       }
-       
        /**
         * @see wcf\system\user\notification\object\IUserNotificationObject::getTitle()
         */
index 802c987d88658ed284588ba5f52c12f09a8ec9e1..30211adae5515ec7f0ebb4b1518bc54b64288497 100644 (file)
@@ -19,13 +19,6 @@ class ConversationUserNotificationObject extends DatabaseObjectDecorator impleme
         */
        protected static $baseClass = 'wcf\data\conversation\Conversation';
        
-       /**
-        * @see wcf\system\user\notification\object\IUserNotificationObject::getObjectID()
-        */
-       public function getObjectID() {
-               return $this->conversationID;
-       }
-       
        /**
         * @see wcf\system\user\notification\object\IUserNotificationObject::getTitle()
         */