Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124653714
PhabricatorSearchSnippetInterface.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, Aug 3, 18:50
Size
227 B
Mime Type
text/x-php
Expires
Tue, Aug 5, 18:50 (2 d)
Engine
blob
Format
Raw Data
Handle
27860055
Attached To
rPH Phabricator
PhabricatorSearchSnippetInterface.php
View Options
<?php
/**
* Objects can implement this interface to provide text snippets in search
* result views.
*/
interface
PhabricatorSearchSnippetInterface
{
public
function
renderSearchResultSnippet
(
PhabricatorUser
$viewer
);
}
Event Timeline
Log In to Comment