Differential D17116 Diff 41173 src/applications/transactions/view/PhabricatorApplicationTransactionView.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/transactions/view/PhabricatorApplicationTransactionView.php
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | public function getObjectPHID() { | ||||
| return $this->objectPHID; | return $this->objectPHID; | ||||
| } | } | ||||
| public function setIsPreview($is_preview) { | public function setIsPreview($is_preview) { | ||||
| $this->isPreview = $is_preview; | $this->isPreview = $is_preview; | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| public function getIsPreview() { | |||||
| return $this->isPreview; | |||||
| } | |||||
| public function setShowEditActions($show_edit_actions) { | public function setShowEditActions($show_edit_actions) { | ||||
| $this->showEditActions = $show_edit_actions; | $this->showEditActions = $show_edit_actions; | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| public function getShowEditActions() { | public function getShowEditActions() { | ||||
| return $this->showEditActions; | return $this->showEditActions; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 479 Lines • Show Last 20 Lines | |||||