Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97193574
HarbormasterController.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
Fri, Jan 3, 08:07
Size
386 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 08:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23351368
Attached To
rPH Phabricator
HarbormasterController.php
View Options
<?php
abstract
class
HarbormasterController
extends
PhabricatorController
{
public
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addAction
(
id
(
new
PHUIListItemView
())
->
setName
(
pht
(
'New Build Plan'
))
->
setHref
(
$this
->
getApplicationURI
(
'plan/edit/'
))
->
setIcon
(
'create'
));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment