Page MenuHomePhorge

PlatformSymbols.php
No OneTemporary

PlatformSymbols.php

<?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

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)

Event Timeline