Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95932976
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, Dec 20, 20:05
Size
308 B
Mime Type
text/x-php
Expires
Sun, Dec 22, 20:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23072907
Attached To
rPH Phabricator
HarbormasterController.php
View Options
<?php
abstract
class
HarbormasterController
extends
PhabricatorController
{
protected
function
addBuildableCrumb
(
PHUICrumbsView
$crumbs
,
HarbormasterBuildable
$buildable
)
{
$monogram
=
$buildable
->
getMonogram
();
$uri
=
'/'
.
$monogram
;
$crumbs
->
addTextCrumb
(
$monogram
,
$uri
);
}
}
Event Timeline
Log In to Comment