Page MenuHomestyx hydra

DifferentialCCWelcomeMail.php
No OneTemporary

DifferentialCCWelcomeMail.php

<?php
final class DifferentialCCWelcomeMail extends DifferentialReviewRequestMail {
protected function renderVaryPrefix() {
return '[Added to CC]';
}
protected function renderBody() {
$actor = $this->getActorName();
$name = $this->getRevision()->getTitle();
$body = array();
$body[] = "{$actor} added you to the CC list for the revision \"{$name}\".";
$body[] = null;
$body[] = $this->renderReviewRequestBody();
return implode("\n", $body);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Dec 17, 6:10 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
474253
Default Alt Text
DifferentialCCWelcomeMail.php (493 B)

Event Timeline