Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92698972
ConpherenceThreadRemarkupRule.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
Fri, Nov 22, 21:47
Size
426 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 21:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22489334
Attached To
rPH Phabricator
ConpherenceThreadRemarkupRule.php
View Options
<?php
final
class
ConpherenceThreadRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'Z'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
$threads
=
id
(
new
ConpherenceThreadQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
return
mpull
(
$threads
,
null
,
'getID'
);
}
}
Event Timeline
Log In to Comment