Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295030
ArcanistConfigurationSourceValue.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
389 B
Referenced Files
None
Subscribers
None
ArcanistConfigurationSourceValue.php
View Options
<?php
final
class
ArcanistConfigurationSourceValue
extends
Phobject
{
private
$source
;
private
$value
;
public
function
__construct
(
ArcanistConfigurationSource
$source
,
$value
)
{
$this
->
source
=
$source
;
$this
->
value
=
$value
;
}
public
function
getConfigurationSource
(
)
{
return
$this
->
source
;
}
public
function
getValue
(
)
{
return
$this
->
value
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 00:40 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114035
Default Alt Text
ArcanistConfigurationSourceValue.php (389 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment