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
Tue, Dec 2, 7:49 PM (11 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432619
Default Alt Text
DifferentialCCWelcomeMail.php (493 B)

Event Timeline