Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111857420
DrydockController.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, May 5, 13:18
Size
220 B
Mime Type
text/x-php
Expires
Wed, May 7, 13:18 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25894631
Attached To
rPH Phabricator
DrydockController.php
View Options
<?php
abstract
class
DrydockController
extends
PhabricatorController
{
public
abstract
function
buildSideNavView
();
public
function
buildApplicationMenu
()
{
return
$this
->
buildSideNavView
()->
getMenu
();
}
}
Event Timeline
Log In to Comment