Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93094401
PhabricatorAuthMessageController.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
Tue, Nov 26, 04:23
Size
278 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 04:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22574531
Attached To
rPH Phabricator
PhabricatorAuthMessageController.php
View Options
<?php
abstract
class
PhabricatorAuthMessageController
extends
PhabricatorAuthProviderController
{
protected
function
buildApplicationCrumbs
()
{
return
parent
::
buildApplicationCrumbs
()
->
addTextCrumb
(
pht
(
'Messages'
),
$this
->
getApplicationURI
(
'message/'
));
}
}
Event Timeline
Log In to Comment