Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101920576
DiffusionPushLogListController.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
Sat, Feb 15, 04:08
Size
443 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 04:08 (2 d)
Engine
blob
Format
Raw Data
Handle
24246348
Attached To
rPH Phabricator
DiffusionPushLogListController.php
View Options
<?php
final
class
DiffusionPushLogListController
extends
DiffusionLogController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorRepositoryPushLogSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
return
parent
::
buildApplicationCrumbs
()
->
addTextCrumb
(
pht
(
'Push Logs'
),
$this
->
getApplicationURI
(
'pushlog/'
));
}
}
Event Timeline
Log In to Comment