Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115283598
DiffusionInlineCommentPreviewController.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
Fri, May 30, 22:28
Size
455 B
Mime Type
text/x-php
Expires
Sun, Jun 1, 22:28 (2 d)
Engine
blob
Format
Raw Data
Handle
26481134
Attached To
rPH Phabricator
DiffusionInlineCommentPreviewController.php
View Options
<?php
final
class
DiffusionInlineCommentPreviewController
extends
PhabricatorInlineCommentPreviewController
{
private
$commitPHID
;
public
function
willProcessRequest
(
array
$data
)
{
$this
->
commitPHID
=
$data
[
'phid'
];
}
protected
function
loadInlineComments
()
{
$user
=
$this
->
getRequest
()->
getUser
();
$inlines
=
PhabricatorAuditInlineComment
::
loadDraftComments
(
$user
,
$this
->
commitPHID
);
return
$inlines
;
}
}
Event Timeline
Log In to Comment