Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91647059
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, Nov 13, 01:38
Size
600 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 01:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22293842
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