Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F573752
PhabricatorSearchResultBucketGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
795 B
Referenced Files
None
Subscribers
None
PhabricatorSearchResultBucketGroup.php
View Options
<?php
final
class
PhabricatorSearchResultBucketGroup
extends
Phobject
{
private
$name
;
private
$key
;
private
$noDataString
;
private
$objects
;
public
function
setNoDataString
(
$no_data_string
)
{
$this
->
noDataString
=
$no_data_string
;
return
$this
;
}
public
function
getNoDataString
()
{
return
$this
->
noDataString
;
}
public
function
setName
(
$name
)
{
$this
->
name
=
$name
;
return
$this
;
}
public
function
getName
()
{
return
$this
->
name
;
}
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setObjects
(
array
$objects
)
{
$this
->
objects
=
$objects
;
return
$this
;
}
public
function
getObjects
()
{
return
$this
->
objects
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 6:08 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
125066
Default Alt Text
PhabricatorSearchResultBucketGroup.php (795 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment