Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100741240
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
Sun, Feb 2, 09:01
Size
404 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 09:01 (2 d)
Engine
blob
Format
Raw Data
Handle
24022363
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