Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282207
PlatformSymbols.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
522 B
Referenced Files
None
Subscribers
None
PlatformSymbols.php
View Options
<?php
final
class
PlatformSymbols
extends
Phobject
{
public
static
function
getPlatformClientName
(
)
{
return
'Arcanist'
;
}
public
static
function
getPlatformServerName
(
)
{
return
'Phorge'
;
}
public
static
function
getPlatformClientPath
(
)
{
return
'arcanist/'
;
}
public
static
function
getPlatformServerPath
(
)
{
return
'phorge/'
;
}
public
static
function
getProductNames
(
)
{
return
array
(
self
::
getPlatformClientName
(
)
,
self
::
getPlatformServerName
(
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 05:54 (1 w, 33 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113099
Default Alt Text
PlatformSymbols.php (522 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment