Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98149679
ConduitConstantDescription.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
Fri, Jan 10, 07:58
Size
387 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 07:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23517402
Attached To
rPH Phabricator
ConduitConstantDescription.php
View Options
<?php
final
class
ConduitConstantDescription
extends
Phobject
{
private
$key
;
private
$value
;
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setValue
(
$value
)
{
$this
->
value
=
$value
;
return
$this
;
}
public
function
getValue
()
{
return
$this
->
value
;
}
}
Event Timeline
Log In to Comment