Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115018467
PassphraseRemarkupRule.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
Thu, May 29, 10:27
Size
374 B
Mime Type
text/x-php
Expires
Sat, May 31, 10:27 (2 d)
Engine
blob
Format
Raw Data
Handle
26440938
Attached To
rPH Phabricator
PassphraseRemarkupRule.php
View Options
<?php
final
class
PassphraseRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'K'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
PassphraseCredentialQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment