Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90464704
HeraldNotifyActionGroup.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
Fri, Nov 1, 22:25
Size
238 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 22:25 (2 d)
Engine
blob
Format
Raw Data
Handle
22081220
Attached To
rPH Phabricator
HeraldNotifyActionGroup.php
View Options
<?php
final
class
HeraldNotifyActionGroup
extends
HeraldActionGroup
{
const
ACTIONGROUPKEY
=
'notify'
;
public
function
getGroupLabel
()
{
return
pht
(
'Notify'
);
}
protected
function
getGroupOrder
()
{
return
2000
;
}
}
Event Timeline
Log In to Comment