Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118932192
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
Mon, Jun 23, 02:40
Size
461 B
Mime Type
text/x-php
Expires
Wed, Jun 25, 02:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26946158
Attached To
rPH Phabricator
HarbormasterController.php
View Options
<?php
abstract
class
HarbormasterController
extends
PhabricatorController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
HarbormasterBuildableSearchEngine
());
}
protected
function
addBuildableCrumb
(
PHUICrumbsView
$crumbs
,
HarbormasterBuildable
$buildable
)
{
$monogram
=
$buildable
->
getMonogram
();
$uri
=
'/'
.
$monogram
;
$crumbs
->
addTextCrumb
(
$monogram
,
$uri
);
}
}
Event Timeline
Log In to Comment