Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F427646
PhabricatorInlineCommentInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorInlineCommentInterface.php
View Options
<?php
/**
* Shared interface used by Differential and Diffusion inline comments.
*/
interface
PhabricatorInlineCommentInterface
extends
PhabricatorMarkupInterface
{
const
MARKUP_FIELD_BODY
=
'markup:body'
;
public
function
setChangesetID
(
$id
);
public
function
getChangesetID
();
public
function
setIsNewFile
(
$is_new
);
public
function
getIsNewFile
();
public
function
setLineNumber
(
$number
);
public
function
getLineNumber
();
public
function
setLineLength
(
$length
);
public
function
getLineLength
();
public
function
setReplyToCommentPHID
(
$phid
);
public
function
getReplyToCommentPHID
();
public
function
setHasReplies
(
$has_replies
);
public
function
getHasReplies
();
public
function
setContent
(
$content
);
public
function
getContent
();
public
function
setCache
(
$cache
);
public
function
getCache
();
public
function
setAuthorPHID
(
$phid
);
public
function
getAuthorPHID
();
public
function
setSyntheticAuthor
(
$synthetic_author
);
public
function
getSyntheticAuthor
();
public
function
isCompatible
(
PhabricatorInlineCommentInterface
$inline
);
public
function
isDraft
();
public
function
save
();
public
function
delete
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 5:02 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
58821
Default Alt Text
PhabricatorInlineCommentInterface.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment