Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F478333
PhabricatorSpacesRemarkupRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 7:56 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87168
Default Alt Text
PhabricatorSpacesRemarkupRule.php (388 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment