Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F551772
HarbormasterPlanController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 3:54 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113434
Default Alt Text
HarbormasterPlanController.php (456 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment