getPhraseanetTitle()); } /** * {@inheritdoc} */ public function getMessage() { return sprintf("%s\n%s\n%s", sprintf(_('Dear %s,'), $this->receiver->getName()), _('Your contact email address has been updated'), $this->message ); } /** * {@inheritdoc} */ public function getButtonText() { return $this->getPhraseanetTitle(); } /** * {@inheritdoc} */ public function getButtonURL() { return $this->app->url('root'); } }