芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/system/Module/TenantSettings.php
sTenantName = $sTenantName; $sTenantsPath = $sPath = \Aurora\System\Api::GetModuleManager()->GetModulesSettingsPath() . 'tenants'; if (!file_exists($sTenantsPath)) { @\mkdir($sTenantsPath); } $sPath = $sTenantsPath . '/' . $sTenantName . '/' . $sModuleName . '.config.json'; parent::__construct($sPath); } /** * @param string $sName * @param \Aurora\System\SettingsProperty $oProperty */ public function SetProperty($sName, $oProperty) { $this->aContainer[$sName] = $oProperty; } /** * @return string */ public function GetTenantName() { return $this->sTenantName; } }