Page MenuHomePhorge

ConduitConstantDescription.php
No OneTemporary

Size
387 B
Referenced Files
None
Subscribers
None

ConduitConstantDescription.php

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

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)

Event Timeline