Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105899946
PhabricatorCalendarRemarkupRule.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, Mar 20, 16:31
Size
389 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 16:31 (2 d)
Engine
blob
Format
Raw Data
Handle
25068662
Attached To
rPH Phabricator
PhabricatorCalendarRemarkupRule.php
View Options
<?php
final
class
PhabricatorCalendarRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'E'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
PhabricatorCalendarEventQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment