Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90468309
HeraldUtilityActionGroup.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, 23:17
Size
242 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 23:17 (2 d)
Engine
blob
Format
Raw Data
Handle
22079410
Attached To
rPH Phabricator
HeraldUtilityActionGroup.php
View Options
<?php
final
class
HeraldUtilityActionGroup
extends
HeraldActionGroup
{
const
ACTIONGROUPKEY
=
'utility'
;
public
function
getGroupLabel
()
{
return
pht
(
'Utility'
);
}
protected
function
getGroupOrder
()
{
return
10000
;
}
}
Event Timeline
Log In to Comment