Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106084811
PhabricatorBulkContentSource.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, Mar 22, 05:58
Size
287 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 05:58 (2 d)
Engine
blob
Format
Raw Data
Handle
25111328
Attached To
rPH Phabricator
PhabricatorBulkContentSource.php
View Options
<?php
final
class
PhabricatorBulkContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'bulk'
;
public
function
getSourceName
()
{
return
pht
(
'Bulk Update'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Changes made by bulk update.'
);
}
}
Event Timeline
Log In to Comment