Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F484055
ConduitConstantDescription.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
387 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 3:35 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
89689
Default Alt Text
ConduitConstantDescription.php (387 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment