Page MenuHomePhorge

ArcanistConfigurationSourceValue.php
No OneTemporary

ArcanistConfigurationSourceValue.php

<?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

Mime Type
text/x-php
Expires
Wed, Apr 16, 18:34 (6 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114035
Default Alt Text
ArcanistConfigurationSourceValue.php (389 B)

Event Timeline