Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93178841
PhabricatorAuthSSHKeyReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 26, 19:31
Size
404 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 19:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22584052
Attached To
rPH Phabricator
PhabricatorAuthSSHKeyReplyHandler.php
View Options
<?php
final
class
PhabricatorAuthSSHKeyReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorAuthSSHKey
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhabricatorAuthSSHKey'
));
}
}
public
function
getObjectPrefix
()
{
return
'SSHKEY'
;
}
}
Event Timeline
Log In to Comment