Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112016495
PhabricatorDaemonContentSource.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
Tue, May 6, 21:46
Size
304 B
Mime Type
text/x-php
Expires
Thu, May 8, 21:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25990391
Attached To
rPH Phabricator
PhabricatorDaemonContentSource.php
View Options
<?php
final
class
PhabricatorDaemonContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'daemon'
;
public
function
getSourceName
()
{
return
pht
(
'Daemon'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Updates from background processing in daemons.'
);
}
}
Event Timeline
Log In to Comment