Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F445299
PholioMockTimelineEngine.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
PholioMockTimelineEngine.php
View Options
<?php
final
class
PholioMockTimelineEngine
extends
PhabricatorTimelineEngine
{
protected
function
newTimelineView
()
{
$viewer
=
$this
->
getViewer
();
$object
=
$this
->
getObject
();
$images
=
id
(
new
PholioImageQuery
())
->
setViewer
(
$viewer
)
->
withMocks
(
array
(
$object
))
->
needInlineComments
(
true
)
->
execute
();
$object
->
attachImages
(
$images
);
return
id
(
new
PholioTransactionView
())
->
setMock
(
$object
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 1:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
65587
Default Alt Text
PholioMockTimelineEngine.php (461 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment