mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Rebrand: Add "path" entries to PlatformSymbols
Summary: Ref T15006. Required for D25343 Test Plan: See D25343. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15006 Differential Revision: https://we.phorge.it/D25349
This commit is contained in:
parent
788098096e
commit
726b148afc
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ final class PlatformSymbols
|
||||||
return 'Phorge';
|
return 'Phorge';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function getPlatformClientPath() {
|
||||||
|
return 'arcanist/';
|
||||||
|
}
|
||||||
|
|
||||||
|
public static function getPlatformServerPath() {
|
||||||
|
return 'phorge/';
|
||||||
|
}
|
||||||
|
|
||||||
public static function getProductNames() {
|
public static function getProductNames() {
|
||||||
return array(
|
return array(
|
||||||
self::getPlatformClientName(),
|
self::getPlatformClientName(),
|
||||||
|
|
Loading…
Reference in a new issue