Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93568910
PhabricatorHeraldContentSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 19:47
Size
292 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 19:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22665140
Attached To
rPH Phabricator
PhabricatorHeraldContentSource.php
View Options
<?php
final
class
PhabricatorHeraldContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'herald'
;
public
function
getSourceName
()
{
return
pht
(
'Herald'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Changes triggered by Herald rules.'
);
}
}
Event Timeline
Log In to Comment