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

Event Timeline