Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91249981
PhabricatorBoolMailStamp.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
Sat, Nov 9, 08:50
Size
248 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 08:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22229655
Attached To
rPH Phabricator
PhabricatorBoolMailStamp.php
View Options
<?php
final
class
PhabricatorBoolMailStamp
extends
PhabricatorMailStamp
{
const
STAMPTYPE
=
'bool'
;
public
function
renderStamps
(
$value
)
{
if
(!
$value
)
{
return
null
;
}
return
$this
->
renderStamp
(
$this
->
getKey
());
}
}
Event Timeline
Log In to Comment