Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102086139
PackageCreateMail.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:29
Size
185 B
Mime Type
text/x-php
Expires
Tue, Feb 18, 23:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24278641
Attached To
rPH Phabricator
PackageCreateMail.php
View Options
<?php
final
class
PackageCreateMail
extends
PackageMail
{
protected
function
isNewThread
()
{
return
true
;
}
protected
function
getVerb
()
{
return
pht
(
'Created'
);
}
}
Event Timeline
Log In to Comment