2 namespace wcf\system\user\notification\object\type;
5 * Default interface for comment user notification object types.
7 * @author Alexander Ebert
8 * @copyright 2001-2012 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package com.woltlab.wcf.comment
11 * @subpackage system.user.notification.object.type
12 * @category Community Framework
14 interface ICommentUserNotificationObjectType {
16 * Returns owner id of comment context.
18 * @param integer $objectID
21 public function getOwnerID($objectID);