Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97574759
PhabricatorProjectWatcherListView.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
Sun, Jan 5, 09:48
Size
402 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 09:48 (2 d)
Engine
blob
Format
Raw Data
Handle
23429702
Attached To
rPH Phabricator
PhabricatorProjectWatcherListView.php
View Options
<?php
final
class
PhabricatorProjectWatcherListView
extends
PhabricatorProjectUserListView
{
protected
function
canEditList
()
{
return
false
;
}
protected
function
getNoDataString
()
{
return
pht
(
'This project does not have any watchers.'
);
}
protected
function
getRemoveURI
(
$phid
)
{
return
null
;
}
protected
function
getHeaderText
()
{
return
pht
(
'Watchers'
);
}
}
Event Timeline
Log In to Comment