Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98769993
PhabricatorCalendarEventFerretEngine.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 16, 08:05
Size
322 B
Mime Type
text/x-php
Expires
Sat, Jan 18, 08:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23642129
Attached To
rPH Phabricator
PhabricatorCalendarEventFerretEngine.php
View Options
<?php
final
class
PhabricatorCalendarEventFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'calendar'
;
}
public
function
getScopeName
()
{
return
'event'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorCalendarEventSearchEngine
();
}
}
Event Timeline
Log In to Comment