3 final class ConduitConstantDescription
extends Phobject
{
9 public function setKey($key) {
14 public function getKey() {
18 public function setValue($value) {
19 $this->value
= $value;
23 public function getValue() {
27 public function setIsDeprecated($is_deprecated) {
28 $this->isDeprecated
= $is_deprecated;
32 public function getIsDeprecated() {
33 return $this->isDeprecated
;