Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98634040
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
Wed, Jan 15, 02:43
Size
316 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 02:43 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
23609129
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