Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91410100
PhabricatorSpacesRemarkupRule.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, Nov 10, 20:34
Size
388 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 20:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22259120
Attached To
rPH Phabricator
PhabricatorSpacesRemarkupRule.php
View Options
<?php
final
class
PhabricatorSpacesRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'S'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
PhabricatorSpacesNamespaceQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment