Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F539565
PhabricatorConduitSearchFieldSpecification.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
606 B
Referenced Files
None
Subscribers
None
PhabricatorConduitSearchFieldSpecification.php
View Options
<?php
final
class
PhabricatorConduitSearchFieldSpecification
extends
Phobject
{
private
$key
;
private
$type
;
private
$description
;
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setType
(
$type
)
{
$this
->
type
=
$type
;
return
$this
;
}
public
function
getType
()
{
return
$this
->
type
;
}
public
function
setDescription
(
$description
)
{
$this
->
description
=
$description
;
return
$this
;
}
public
function
getDescription
()
{
return
$this
->
description
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 9:13 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
97354
Default Alt Text
PhabricatorConduitSearchFieldSpecification.php (606 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment