Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103978507
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, Mar 5, 19:08
Size
606 B
Mime Type
text/x-php
Expires
Fri, Mar 7, 19:08 (2 d)
Engine
blob
Format
Raw Data
Handle
24648485
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