Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97786277
NuanceSourceListController.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
Mon, Jan 6, 09:30
Size
482 B
Mime Type
text/x-php
Expires
Wed, Jan 8, 09:30 (2 d)
Engine
blob
Format
Raw Data
Handle
23450812
Attached To
rPH Phabricator
NuanceSourceListController.php
View Options
<?php
final
class
NuanceSourceListController
extends
NuanceSourceController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
NuanceSourceSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
NuanceSourceEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment