Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890013
PhabricatorAuthSSHKeyListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
576 B
Referenced Files
None
Subscribers
None
PhabricatorAuthSSHKeyListController.php
View Options
<?php
final
class
PhabricatorAuthSSHKeyListController
extends
PhabricatorAuthSSHKeyController
{
public
function
shouldAllowPublic
(
)
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$object_phid
=
$request
->
getURIData
(
'forPHID'
)
;
$object
=
$this
->
loadSSHKeyObject
(
$object_phid
,
false
)
;
if
(
!
$object
)
{
return
new
Aphront404Response
(
)
;
}
$engine
=
id
(
new
PhabricatorAuthSSHKeySearchEngine
(
)
)
->
setSSHKeyObject
(
$object
)
;
return
id
(
$engine
)
->
setController
(
$this
)
->
buildResponse
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:58 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124818
Default Alt Text
PhabricatorAuthSSHKeyListController.php (576 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment