Page MenuHomePhorge

PhabricatorMailHeader.php
No OneTemporary

Size
391 B
Referenced Files
None
Subscribers
None

PhabricatorMailHeader.php

<?php
final class PhabricatorMailHeader
extends Phobject {
private $name;
private $value;
public function setName($name) {
$this->name = $name;
return $this;
}
public function getName() {
return $this->name;
}
public function setValue($value) {
$this->value = $value;
return $this;
}
public function getValue() {
return $this->value;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:41 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
100489
Default Alt Text
PhabricatorMailHeader.php (391 B)

Event Timeline