Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101358166
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
Sat, Feb 8, 17:22
Size
595 B
Mime Type
text/x-php
Expires
Mon, Feb 10, 17:22 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24143670
Attached To
rPH Phabricator
PhabricatorApplicationDoorkeeper.php
View Options
<?php
final
class
PhabricatorApplicationDoorkeeper
extends
PhabricatorApplication
{
public
function
canUninstall
()
{
return
false
;
}
public
function
isLaunchable
()
{
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