Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1094056
PhabricatorSearchResultBucketGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
643 B
Referenced Files
None
Subscribers
None
PhabricatorSearchResultBucketGroup.php
View Options
<?php
final
class
PhabricatorSearchResultBucketGroup
extends
Phobject
{
private
$name
;
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
setObjects
(
array
$objects
)
{
$this
->
objects
=
$objects
;
return
$this
;
}
public
function
getObjects
()
{
return
$this
->
objects
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 8:20 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
270394
Default Alt Text
PhabricatorSearchResultBucketGroup.php (643 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment