Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107175306
PhabricatorCalendarEventHeraldField.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, Apr 5, 16:03
Size
302 B
Mime Type
text/x-php
Expires
Mon, Apr 7, 16:03 (2 d)
Engine
blob
Format
Raw Data
Handle
25365857
Attached To
rPH Phabricator
PhabricatorCalendarEventHeraldField.php
View Options
<?php
abstract
class
PhabricatorCalendarEventHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
return
(
$object
instanceof
PhabricatorCalendarEvent
);
}
public
function
getFieldGroupKey
()
{
return
PhabricatorCalendarEventHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
Event Timeline
Log In to Comment