Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91135268
PhabricatorPeopleInviteController.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, Nov 8, 06:40
Size
313 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 06:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22203206
Attached To
rPH Phabricator
PhabricatorPeopleInviteController.php
View Options
<?php
abstract
class
PhabricatorPeopleInviteController
extends
PhabricatorPeopleController
{
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addTextCrumb
(
pht
(
'Invites'
),
$this
->
getApplicationURI
(
'invite/'
));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment