Lines Matching refs:Site
28 use Fisharebest\Webtrees\Site; alias
274 return Site::getPreference('LATEST_WT_VERSION_ERROR');
284 $latest_version_wt_timestamp = (int) Site::getPreference('LATEST_WT_VERSION_TIMESTAMP');
336 $last_update_timestamp = (int) Site::getPreference('LATEST_WT_VERSION_TIMESTAMP');
341 Site::setPreference('LATEST_WT_VERSION_TIMESTAMP', (string) $current_timestamp);
353 Site::setPreference('LATEST_WT_VERSION', $response->getBody()->getContents());
354 Site::setPreference('LATEST_WT_VERSION_ERROR', '');
356 … Site::setPreference('LATEST_WT_VERSION_ERROR', 'HTTP' . $response->getStatusCode());
361 Site::setPreference('LATEST_WT_VERSION_ERROR', $ex->getMessage());
365 return Site::getPreference('LATEST_WT_VERSION');
375 $site_uuid = Site::getPreference('SITE_UUID');
379 Site::setPreference('SITE_UUID', $site_uuid);