2 declare(strict_types=1);
3 namespace wcf\system\user\notification\object\type;
6 * Default interface for comment user notification object types.
8 * @author Alexander Ebert
9 * @copyright 2001-2018 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package WoltLabSuite\Core\System\User\Notification\Object\Type
13 interface ICommentUserNotificationObjectType {
15 * Returns owner id of comment context.
17 * @param integer $objectID
20 public function getOwnerID($objectID);