Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105277714
PholioMockHeraldFieldGroup.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
Sat, Mar 15, 23:43
Size
249 B
Mime Type
text/x-php
Expires
Mon, Mar 17, 23:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24957391
Attached To
rPH Phabricator
PholioMockHeraldFieldGroup.php
View Options
<?php
final
class
PholioMockHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'pholio.mock'
;
public
function
getGroupLabel
()
{
return
pht
(
'Mock Fields'
);
}
protected
function
getGroupOrder
()
{
return
1000
;
}
}
Event Timeline
Log In to Comment