Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93218166
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
Wed, Nov 27, 02:47
Size
426 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 02:47 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22594582
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