Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93140061
PhabricatorOwnersPackageNameNgrams.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
Tue, Nov 26, 12:29
Size
278 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 12:29 (2 d)
Engine
blob
Format
Raw Data
Handle
22581058
Attached To
rPH Phabricator
PhabricatorOwnersPackageNameNgrams.php
View Options
<?php
final
class
PhabricatorOwnersPackageNameNgrams
extends
PhabricatorSearchNgrams
{
public
function
getNgramKey
()
{
return
'name'
;
}
public
function
getColumnName
()
{
return
'name'
;
}
public
function
getApplicationName
()
{
return
'owners'
;
}
}
Event Timeline
Log In to Comment