Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118932121
HarbormasterPlanController.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, Jun 23, 02:39
Size
456 B
Mime Type
text/x-php
Expires
Wed, Jun 25, 02:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26937842
Attached To
rPH Phabricator
HarbormasterPlanController.php
View Options
<?php
abstract
class
HarbormasterPlanController
extends
HarbormasterController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
HarbormasterBuildPlanSearchEngine
());
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addTextCrumb
(
pht
(
'Build Plans'
),
$this
->
getApplicationURI
(
'plan/'
));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment