Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101110763
PhabricatorPackagesVersionListController.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
Wed, Feb 5, 20:39
Size
600 B
Mime Type
text/x-php
Expires
Fri, Feb 7, 20:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24097486
Attached To
rPH Phabricator
PhabricatorPackagesVersionListController.php
View Options
<?php
final
class
PhabricatorPackagesVersionListController
extends
PhabricatorPackagesVersionController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorPackagesVersionSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
PhabricatorPackagesVersionEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment