Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106111221
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
Sat, Mar 22, 13:37
Size
269 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 13:37 (2 d)
Engine
blob
Format
Raw Data
Handle
25110082
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