Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118865532
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
Sun, Jun 22, 15:46
Size
244 B
Mime Type
text/x-php
Expires
Tue, Jun 24, 15:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26941791
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