Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102027526
PhabricatorFileNameNgrams.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
Sun, Feb 16, 08:42
Size
271 B
Mime Type
text/x-php
Expires
Tue, Feb 18, 08:42 (2 d)
Engine
blob
Format
Raw Data
Handle
24253090
Attached To
rPH Phabricator
PhabricatorFileNameNgrams.php
View Options
<?php
final
class
PhabricatorFileNameNgrams
extends
PhabricatorSearchNgrams
{
public
function
getNgramKey
()
{
return
'filename'
;
}
public
function
getColumnName
()
{
return
'name'
;
}
public
function
getApplicationName
()
{
return
'file'
;
}
}
Event Timeline
Log In to Comment