Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295171
HeraldCoreStateReasons.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
367 B
Referenced Files
None
Subscribers
None
HeraldCoreStateReasons.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:06 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1194742
Default Alt Text
HeraldCoreStateReasons.php (367 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment