Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99300013
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
Thu, Jan 23, 05:56
Size
248 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 05:56 (2 d)
Engine
blob
Format
Raw Data
Handle
23771173
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