Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99241719
PHUIMainMenuView.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
Wed, Jan 22, 17:14
Size
545 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 17:14 (2 d)
Engine
blob
Format
Raw Data
Handle
23754149
Attached To
rPH Phabricator
PHUIMainMenuView.php
View Options
<?php
final
class
PHUIMainMenuView
extends
AphrontView
{
private
$menuItem
;
private
$extraContent
=
array
();
private
$order
;
public
function
setMenuBarItem
(
PHUIListItemView
$menu_item
)
{
$this
->
menuItem
=
$menu_item
;
return
$this
;
}
public
function
getMenuBarItem
()
{
return
$this
->
menuItem
;
}
public
function
setOrder
(
$order
)
{
$this
->
order
=
$order
;
return
$this
;
}
public
function
getOrder
()
{
return
$this
->
order
;
}
public
function
render
()
{
return
$this
->
renderChildren
();
}
}
Event Timeline
Log In to Comment