Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98341339
PhrequentController.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
Sun, Jan 12, 06:47
Size
432 B
Mime Type
text/x-php
Expires
Tue, Jan 14, 06:47 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
23564826
Attached To
rPH Phabricator
PhrequentController.php
View Options
<?php
abstract
class
PhrequentController
extends
PhabricatorController
{
protected
function
buildSideNavView
()
{
$user
=
$this
->
getRequest
()->
getUser
();
$nav
=
new
AphrontSideNavFilterView
();
$nav
->
setBaseURI
(
new
PhutilURI
(
$this
->
getApplicationURI
()));
id
(
new
PhrequentSearchEngine
())
->
setViewer
(
$user
)
->
addNavigationItems
(
$nav
->
getMenu
());
$nav
->
selectFilter
(
null
);
return
$nav
;
}
}
Event Timeline
Log In to Comment