Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102541376
NuanceSourceNameNgrams.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
Fri, Feb 21, 19:42
Size
272 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 19:42 (2 d)
Engine
blob
Format
Raw Data
Handle
24200111
Attached To
rPH Phabricator
NuanceSourceNameNgrams.php
View Options
<?php
final
class
NuanceSourceNameNgrams
extends
PhabricatorSearchNgrams
{
public
function
getNgramKey
()
{
return
'sourcename'
;
}
public
function
getColumnName
()
{
return
'name'
;
}
public
function
getApplicationName
()
{
return
'nuance'
;
}
}
Event Timeline
Log In to Comment