Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F452534
PhabricatorChatLogApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
732 B
Referenced Files
None
Subscribers
None
PhabricatorChatLogApplication.php
View Options
<?php
final
class
PhabricatorChatLogApplication
extends
PhabricatorApplication
{
public
function
getBaseURI
()
{
return
'/chatlog/'
;
}
public
function
getShortDescription
()
{
return
pht
(
'IRC Logs'
);
}
public
function
getIconName
()
{
return
'chatlog'
;
}
public
function
isBeta
()
{
return
true
;
}
public
function
getTitleGlyph
()
{
return
"
\x
E0
\x
BC
\x
84"
;
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_UTILITIES
;
}
public
function
getRoutes
()
{
return
array
(
'/chatlog/'
=>
array
(
''
=>
'PhabricatorChatLogChannelListController'
,
'channel/(?P<channelID>[^/]+)/'
=>
'PhabricatorChatLogChannelLogController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 12:43 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68832
Default Alt Text
PhabricatorChatLogApplication.php (732 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment