Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101989602
PhabricatorFlagController.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
Sat, Feb 15, 22:23
Size
442 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 22:23 (2 d)
Engine
blob
Format
Raw Data
Handle
24256854
Attached To
rPH Phabricator
PhabricatorFlagController.php
View Options
<?php
abstract
class
PhabricatorFlagController
extends
PhabricatorController
{
public
function
buildSideNavView
()
{
$user
=
$this
->
getRequest
()->
getUser
();
$nav
=
new
AphrontSideNavFilterView
();
$nav
->
setBaseURI
(
new
PhutilURI
(
$this
->
getApplicationURI
()));
id
(
new
PhabricatorFlagSearchEngine
())
->
setViewer
(
$user
)
->
addNavigationItems
(
$nav
->
getMenu
());
$nav
->
selectFilter
(
null
);
return
$nav
;
}
}
Event Timeline
Log In to Comment