Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102667210
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
Sun, Feb 23, 01:25
Size
302 B
Mime Type
text/x-php
Expires
Tue, Feb 25, 01:25 (2 d)
Engine
blob
Format
Raw Data
Handle
24387927
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