Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17826733
PhabricatorMail.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Mon, Jul 28, 7:35 AM (3 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8184419
Default Alt Text
PhabricatorMail.php (226 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment