Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98224441
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
Sat, Jan 11, 05:36
Size
307 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 05:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23535571
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