Changeset View
Changeset View
Standalone View
Standalone View
src/applications/meta/query/PhabricatorApplicationQuery.php
| Show First 20 Lines • Show All 164 Lines • ▼ Show 20 Lines | final class PhabricatorApplicationQuery | ||||
| public function getQueryApplicationClass() { | public function getQueryApplicationClass() { | ||||
| // NOTE: Although this belongs to the "Applications" application, trying | // NOTE: Although this belongs to the "Applications" application, trying | ||||
| // to filter its results just leaves us recursing indefinitely. Users | // to filter its results just leaves us recursing indefinitely. Users | ||||
| // always have access to applications regardless of other policy settings | // always have access to applications regardless of other policy settings | ||||
| // anyway. | // anyway. | ||||
| return null; | return null; | ||||
| } | } | ||||
| protected function getResultCursor($object) { | |||||
| // TODO: This won't work, but doesn't matter until we write more than 100 | |||||
| // applications. Since we only have about 70, just avoid fataling for now. | |||||
| return null; | |||||
| } | |||||
| } | } | ||||