Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101047863
DifferentialRevisionResultBucket.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
Wed, Feb 5, 04:44
Size
296 B
Mime Type
text/x-php
Expires
Fri, Feb 7, 04:44 (2 d)
Engine
blob
Format
Raw Data
Handle
24083742
Attached To
rPH Phabricator
DifferentialRevisionResultBucket.php
View Options
<?php
abstract
class
DifferentialRevisionResultBucket
extends
PhabricatorSearchResultBucket
{
public
static
function
getAllResultBuckets
()
{
return
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getResultBucketKey'
)
->
execute
();
}
}
Event Timeline
Log In to Comment