Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35364344
PhabricatorApplicationPhortune.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
PhabricatorApplicationPhortune.php
View Options
<?php
final
class
PhabricatorApplicationPhortune
extends
PhabricatorApplication
{
public
function
getBaseURI
()
{
return
'/phortune/'
;
}
public
function
getShortDescription
()
{
return
pht
(
'Account and Billing'
);
}
public
function
getIconName
()
{
return
'phortune'
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E2
\x
9C
\x
98"
;
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_UTILITIES
;
}
public
function
isBeta
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/phortune/'
=>
array
(
''
=>
'PhortuneLandingController'
,
'(?P<accountID>
\d
+)/'
=>
array
(
''
=>
'PhortuneAccountViewController'
,
'paymentmethod/'
=>
array
(
'edit/'
=>
'PhortunePaymentMethodEditController'
,
),
),
'account/'
=>
array
(
''
=>
'PhortuneAccountListController'
,
'edit/(?:(?P<id>
\d
+)/)?'
=>
'PhortuneAccountEditController'
,
),
'stripe/'
=>
array
(
'testpaymentform/'
=>
'PhortuneStripeTestPaymentFormController'
,
),
'product/'
=>
array
(
''
=>
'PhortuneProductListController'
,
'view/(?P<id>
\d
+)/'
=>
'PhortuneProductViewController'
,
'edit/(?:(?P<id>
\d
+)/)?'
=>
'PhortuneProductEditController'
,
),
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Feb 6, 9:59 PM (12 h, 4 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
eb/67/c616080a71a5237ae99fa01175a3
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment