Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101391724
DifferentialRevisionDraftEngine.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
Mon, Feb 10, 00:16
Size
349 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 00:16 (2 d)
Engine
blob
Format
Raw Data
Handle
24150597
Attached To
rPH Phabricator
DifferentialRevisionDraftEngine.php
View Options
<?php
final
class
DifferentialRevisionDraftEngine
extends
PhabricatorDraftEngine
{
protected
function
hasCustomDraftContent
()
{
$viewer
=
$this
->
getViewer
();
$revision
=
$this
->
getObject
();
$inlines
=
DifferentialTransactionQuery
::
loadUnsubmittedInlineComments
(
$viewer
,
$revision
);
return
(
bool
)
$inlines
;
}
}
Event Timeline
Log In to Comment