Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2349241
PhabricatorStringMailStamp.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
268 B
Referenced Files
None
Subscribers
None
PhabricatorStringMailStamp.php
View Options
<?php
final
class
PhabricatorStringMailStamp
extends
PhabricatorMailStamp
{
const
STAMPTYPE
=
'string'
;
public
function
renderStamps
(
$value
)
{
if
(!
strlen
(
$value
))
{
return
null
;
}
return
$this
->
renderStamp
(
$this
->
getKey
(),
$value
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 11:26 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
447671
Default Alt Text
PhabricatorStringMailStamp.php (268 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment