owner->Authors(); } /** * Update comment to include the page title * * @param string $subject * @param Comment $comment * @param Member|string $recipient */ public function updateNotificationSubject(&$subject, &$comment, &$recipient) { $subject = "A new comment has been posted on " . $this->owner->Title; } }