Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4073725
DiffusionSyncLogListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
431 B
Referenced Files
None
Subscribers
None
DiffusionSyncLogListController.php
View Options
<?php
final
class
DiffusionSyncLogListController
extends
DiffusionLogController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
DiffusionSyncLogSearchEngine
(
)
)
->
setController
(
$this
)
->
buildResponse
(
)
;
}
protected
function
buildApplicationCrumbs
(
)
{
return
parent
::
buildApplicationCrumbs
(
)
->
addTextCrumb
(
pht
(
'Sync Logs'
)
,
$this
->
getApplicationURI
(
'synclog/'
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 11, 06:58 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1110217
Default Alt Text
DiffusionSyncLogListController.php (431 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment