Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99285219
PhabricatorCalendarEventHeraldFieldGroup.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
Thu, Jan 23, 02:14
Size
269 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 02:14 (2 d)
Engine
blob
Format
Raw Data
Handle
23762429
Attached To
rPH Phabricator
PhabricatorCalendarEventHeraldFieldGroup.php
View Options
<?php
final
class
PhabricatorCalendarEventHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'calendar.event'
;
public
function
getGroupLabel
()
{
return
pht
(
'Event Fields'
);
}
protected
function
getGroupOrder
()
{
return
1000
;
}
}
Event Timeline
Log In to Comment