Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90733221
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
Mon, Nov 4, 06:41
Size
302 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 06:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22122504
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