Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F439281
PhabricatorAuditController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
543 B
Referenced Files
None
Subscribers
None
PhabricatorAuditController.php
View Options
<?php
abstract
class
PhabricatorAuditController
extends
PhabricatorController
{
public
function
buildSideNavView
()
{
$user
=
$this
->
getRequest
()->
getUser
();
$nav
=
new
AphrontSideNavFilterView
();
$nav
->
setBaseURI
(
new
PhutilURI
(
$this
->
getApplicationURI
()));
id
(
new
PhabricatorCommitSearchEngine
())
->
setViewer
(
$user
)
->
addNavigationItems
(
$nav
->
getMenu
());
$nav
->
selectFilter
(
null
);
return
$nav
;
}
public
function
buildApplicationMenu
()
{
return
$this
->
buildSideNavView
()->
getMenu
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 3:51 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
63667
Default Alt Text
PhabricatorAuditController.php (543 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment