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