Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1078102
PhabricatorMail.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
226 B
Referenced Files
None
Subscribers
None
PhabricatorMail.php
View Options
<?php
abstract
class
PhabricatorMail
{
private
$actor
;
public
function
setActor
(
PhabricatorUser
$actor
)
{
$this
->
actor
=
$actor
;
return
$this
;
}
public
function
getActor
()
{
return
$this
->
actor
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 7:37 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
261283
Default Alt Text
PhabricatorMail.php (226 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment