Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106299310
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
Mon, Mar 24, 14:44
Size
281 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 14:44 (2 d)
Engine
blob
Format
Raw Data
Handle
25090753
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