Changeset View
Changeset View
Standalone View
Standalone View
src/configuration/ArcanistConfigurationManager.php
| <?php | <?php | ||||
| /** | /** | ||||
| * This class holds everything related to configuration and configuration files. | * This class holds everything related to configuration and configuration files. | ||||
| * | |||||
| * @group config | |||||
| */ | */ | ||||
| final class ArcanistConfigurationManager { | final class ArcanistConfigurationManager { | ||||
| private $runtimeConfig = array(); | private $runtimeConfig = array(); | ||||
| private $workingCopy = null; | private $workingCopy = null; | ||||
| private $customArcrcFilename = null; | private $customArcrcFilename = null; | ||||
| private $userConfigCache = null; | private $userConfigCache = null; | ||||
| ▲ Show 20 Lines • Show All 326 Lines • Show Last 20 Lines | |||||