Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/diff/view/PHUIDiffInlineCommentView.php
| Show First 20 Lines • Show All 87 Lines • ▼ Show 20 Lines | return array( | ||||
| 'isGhost' => $inline->getIsGhost(), | 'isGhost' => $inline->getIsGhost(), | ||||
| 'isSynthetic' => $is_synthetic, | 'isSynthetic' => $is_synthetic, | ||||
| 'isDraftDone' => $is_draft_done, | 'isDraftDone' => $is_draft_done, | ||||
| 'isEditing' => $inline->getIsEditing(), | 'isEditing' => $inline->getIsEditing(), | ||||
| 'documentEngineKey' => $inline->getDocumentEngineKey(), | 'documentEngineKey' => $inline->getDocumentEngineKey(), | ||||
| 'startOffset' => $inline->getStartOffset(), | 'startOffset' => $inline->getStartOffset(), | ||||
| 'endOffset' => $inline->getEndOffset(), | 'endOffset' => $inline->getEndOffset(), | ||||
| 'on_right' => $this->getIsOnRight(), | 'on_right' => $this->getIsOnRight(), | ||||
| 'contentState' => $inline->getContentState(), | 'contentState' => $inline->getContentState()->newStorageMap(), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||