Page MenuHomePhorge

HeraldCoreStateReasons.php
No OneTemporary

HeraldCoreStateReasons.php

<?php
final class HeraldCoreStateReasons
extends HeraldStateReasons {
const REASON_SILENT = 'core.silent';
public function explainReason($reason) {
$reasons = array(
self::REASON_SILENT => pht(
'This change applied silently, so mail and other notifications '.
'will not be sent.'),
);
return idx($reasons, $reason);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Mar 27, 01:06 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1194742
Default Alt Text
HeraldCoreStateReasons.php (367 B)

Event Timeline