Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896830
HarbormasterBuildableListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
993 B
Referenced Files
None
Subscribers
None
HarbormasterBuildableListController.php
View Options
<?php
final
class
HarbormasterBuildableListController
extends
HarbormasterController
{
public
function
shouldAllowPublic
(
)
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$items
=
array
(
)
;
$items
[
]
=
id
(
new
PHUIListItemView
(
)
)
->
setType
(
PHUIListItemView
::
TYPE_LABEL
)
->
setName
(
pht
(
'Builds'
)
)
;
$items
[
]
=
id
(
new
PHUIListItemView
(
)
)
->
setType
(
PHUIListItemView
::
TYPE_LINK
)
->
setName
(
pht
(
'Browse Builds'
)
)
->
setHref
(
$this
->
getApplicationURI
(
'build/'
)
)
;
$items
[
]
=
id
(
new
PHUIListItemView
(
)
)
->
setType
(
PHUIListItemView
::
TYPE_LABEL
)
->
setName
(
pht
(
'Build Plans'
)
)
;
$items
[
]
=
id
(
new
PHUIListItemView
(
)
)
->
setType
(
PHUIListItemView
::
TYPE_LINK
)
->
setName
(
pht
(
'Manage Build Plans'
)
)
->
setHref
(
$this
->
getApplicationURI
(
'plan/'
)
)
;
return
id
(
new
HarbormasterBuildableSearchEngine
(
)
)
->
setController
(
$this
)
->
setNavigationItems
(
$items
)
->
buildResponse
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 23:38 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129984
Default Alt Text
HarbormasterBuildableListController.php (993 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment