Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96401467
PhabricatorConsoleContentSource.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
Thu, Dec 26, 10:44
Size
307 B
Mime Type
text/x-php
Expires
Sat, Dec 28, 10:44 (2 d)
Engine
blob
Format
Raw Data
Handle
23163992
Attached To
rPH Phabricator
PhabricatorConsoleContentSource.php
View Options
<?php
final
class
PhabricatorConsoleContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'console'
;
public
function
getSourceName
()
{
return
pht
(
'Console'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content generated by CLI administrative tools.'
);
}
}
Event Timeline
Log In to Comment