Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102381930
PhabricatorBadgesBadgeNameNgrams.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, Feb 20, 03:09
Size
281 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 03:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24342430
Attached To
rPH Phabricator
PhabricatorBadgesBadgeNameNgrams.php
View Options
<?php
final
class
PhabricatorBadgesBadgeNameNgrams
extends
PhabricatorSearchNgrams
{
public
function
getNgramKey
()
{
return
'badgename'
;
}
public
function
getColumnName
()
{
return
'name'
;
}
public
function
getApplicationName
()
{
return
'badges'
;
}
}
Event Timeline
Log In to Comment