Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97258037
HeraldRuleFieldGroup.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, Jan 3, 20:36
Size
244 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 20:36 (2 d)
Engine
blob
Format
Raw Data
Handle
23367012
Attached To
rPH Phabricator
HeraldRuleFieldGroup.php
View Options
<?php
final
class
HeraldRuleFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'herald.rule'
;
public
function
getGroupLabel
()
{
return
pht
(
'Rule Fields'
);
}
protected
function
getGroupOrder
()
{
return
500
;
}
}
Event Timeline
Log In to Comment