Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96152557
AlmanacNamespaceController.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, Dec 23, 05:15
Size
316 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 05:15 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23134548
Attached To
rPH Phabricator
AlmanacNamespaceController.php
View Options
<?php
abstract
class
AlmanacNamespaceController
extends
AlmanacController
{
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$list_uri
=
$this
->
getApplicationURI
(
'namespace/'
);
$crumbs
->
addTextCrumb
(
pht
(
'Namespaces'
),
$list_uri
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment