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
Sun, May 11, 5:49 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
100489
Default Alt Text
PhabricatorMailHeader.php (391 B)

Event Timeline