Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102087107
PhabricatorMailHeader.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 16, 23:43
Size
391 B
Mime Type
text/x-php
Expires
Tue, Feb 18, 23:43 (2 d)
Engine
blob
Format
Raw Data
Handle
24278864
Attached To
rPH Phabricator
PhabricatorMailHeader.php
View Options
<?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
;
}
}
Event Timeline
Log In to Comment