Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/editor/AlmanacBindingEditEngine.php
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | protected function newEditableObjectFromConduit(array $raw_xactions) { | ||||
| } | } | ||||
| $this->setService($service); | $this->setService($service); | ||||
| return $this->newEditableObject(); | return $this->newEditableObject(); | ||||
| } | } | ||||
| protected function newObjectQuery() { | protected function newObjectQuery() { | ||||
| return new AlmanacBindingQuery(); | return id(new AlmanacBindingQuery()) | ||||
| ->needProperties(true); | |||||
| } | } | ||||
| protected function getObjectCreateTitleText($object) { | protected function getObjectCreateTitleText($object) { | ||||
| return pht('Create Binding'); | return pht('Create Binding'); | ||||
| } | } | ||||
| protected function getObjectCreateButtonText($object) { | protected function getObjectCreateButtonText($object) { | ||||
| return pht('Create Binding'); | return pht('Create Binding'); | ||||
| ▲ Show 20 Lines • Show All 69 Lines • Show Last 20 Lines | |||||