Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106245231
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
Mon, Mar 24, 00:20
Size
322 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 00:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25120739
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