2 namespace wcf\system\user\notification\object\type;
5 * Default interface for comment user notification object types.
7 * @author Alexander Ebert
8 * @copyright 2001-2016 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package WoltLabSuite\Core\System\User\Notification\Object\Type
12 interface ICommentUserNotificationObjectType {
14 * Returns owner id of comment context.
16 * @param integer $objectID
19 public function getOwnerID($objectID);