Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/storage/AlmanacService.php
| Show First 20 Lines • Show All 245 Lines • ▼ Show 20 Lines | public function destroyObjectPermanently( | ||||
| foreach ($bindings as $binding) { | foreach ($bindings as $binding) { | ||||
| $engine->destroyObject($binding); | $engine->destroyObject($binding); | ||||
| } | } | ||||
| $this->delete(); | $this->delete(); | ||||
| } | } | ||||
| /* -( PhabricatorNgramInterface )------------------------------------------ */ | /* -( PhabricatorNgramsInterface )----------------------------------------- */ | ||||
| public function newNgrams() { | public function newNgrams() { | ||||
| return array( | return array( | ||||
| id(new AlmanacServiceNameNgrams()) | id(new AlmanacServiceNameNgrams()) | ||||
| ->setValue($this->getName()), | ->setValue($this->getName()), | ||||
| ); | ); | ||||
| } | } | ||||
| Show All 35 Lines | |||||