Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94106342
DiffusionCommitDraftEngine.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
Tue, Dec 3, 23:21
Size
359 B
Mime Type
text/x-php
Expires
Thu, Dec 5, 23:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22705867
Attached To
rPH Phabricator
DiffusionCommitDraftEngine.php
View Options
<?php
final
class
DiffusionCommitDraftEngine
extends
PhabricatorDraftEngine
{
protected
function
hasCustomDraftContent
()
{
$viewer
=
$this
->
getViewer
();
$commit
=
$this
->
getObject
();
$inlines
=
PhabricatorAuditInlineComment
::
loadDraftComments
(
$viewer
,
$commit
->
getPHID
(),
$raw
=
true
);
return
(
bool
)
$inlines
;
}
}
Event Timeline
Log In to Comment