Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F561343
PhabricatorSearchBaseController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
485 B
Referenced Files
None
Subscribers
None
PhabricatorSearchBaseController.php
View Options
<?php
abstract
class
PhabricatorSearchBaseController
extends
PhabricatorController
{
public
function
buildStandardPageResponse
(
$view
,
array
$data
)
{
$page
=
$this
->
buildStandardPageView
();
$page
->
setApplicationName
(
'Search'
);
$page
->
setBaseURI
(
'/search/'
);
$page
->
setTitle
(
idx
(
$data
,
'title'
));
$page
->
setGlyph
(
"
\x
C2
\x
BF"
);
$page
->
appendChild
(
$view
);
$response
=
new
AphrontWebpageResponse
();
return
$response
->
setContent
(
$page
->
render
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 12:08 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
108378
Default Alt Text
PhabricatorSearchBaseController.php (485 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment