Changeset View
Changeset View
Standalone View
Standalone View
src/applications/auth/query/PhabricatorAuthSSHKeyQuery.php
| <?php | <?php | ||||
| final class PhabricatorAuthSSHKeyQuery | final class PhabricatorAuthSSHKeyQuery | ||||
| extends PhabricatorCursorPagedPolicyAwareQuery { | extends PhabricatorCursorPagedPolicyAwareQuery { | ||||
| const AUTHFILE_CACHEKEY = 'ssh.authfile'; | |||||
| private $ids; | private $ids; | ||||
| private $phids; | private $phids; | ||||
| private $objectPHIDs; | private $objectPHIDs; | ||||
| private $keys; | private $keys; | ||||
| private $isActive; | private $isActive; | ||||
| public function withIDs(array $ids) { | public function withIDs(array $ids) { | ||||
| $this->ids = $ids; | $this->ids = $ids; | ||||
| ▲ Show 20 Lines • Show All 117 Lines • Show Last 20 Lines | |||||