Differential D12484 Diff 29994 src/infrastructure/diff/interface/PhabricatorInlineCommentInterface.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/diff/interface/PhabricatorInlineCommentInterface.php
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | interface PhabricatorInlineCommentInterface extends PhabricatorMarkupInterface { | ||||
| public function getSyntheticAuthor(); | public function getSyntheticAuthor(); | ||||
| public function isCompatible(PhabricatorInlineCommentInterface $inline); | public function isCompatible(PhabricatorInlineCommentInterface $inline); | ||||
| public function isDraft(); | public function isDraft(); | ||||
| public function save(); | public function save(); | ||||
| public function delete(); | public function delete(); | ||||
| public function setIsGhost($is_ghost); | |||||
| public function getIsGhost(); | |||||
| } | } | ||||