Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108341539
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
Tue, Apr 15, 23:56
Size
357 B
Mime Type
text/x-php
Expires
Thu, Apr 17, 23:56 (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
25586021
Attached To
rPH Phabricator
HarbormasterPlanController.php
View Options
<?php
abstract
class
HarbormasterPlanController
extends
PhabricatorController
{
public
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addCrumb
(
id
(
new
PhabricatorCrumbView
())
->
setName
(
pht
(
'Build Plans'
))
->
setHref
(
$this
->
getApplicationURI
(
'plan/'
)));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment