Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93234074
PhabricatorConduitSearchFieldSpecification.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, Nov 27, 05:44
Size
606 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 05:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22598754
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment