Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93555264
PhabricatorApplicationDoorkeeper.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 29, 17:07
Size
607 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 17:07 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22663010
Attached To
rPH Phabricator
PhabricatorApplicationDoorkeeper.php
View Options
<?php
final
class
PhabricatorApplicationDoorkeeper
extends
PhabricatorApplication
{
public
function
canUninstall
()
{
return
false
;
}
public
function
shouldAppearInLaunchView
()
{
return
false
;
}
public
function
getShortDescription
()
{
return
pht
(
'Connect to Other Software'
);
}
public
function
getRemarkupRules
()
{
return
array
(
new
DoorkeeperRemarkupRuleAsana
(),
new
DoorkeeperRemarkupRuleJIRA
(),
);
}
public
function
getRoutes
()
{
return
array
(
'/doorkeeper/'
=>
array
(
'tags/'
=>
'DoorkeeperTagsController'
,
),
);
}
}
Event Timeline
Log In to Comment