get(ApplicationService::SERVICE_ID)->isDemo(); } /** * @return string */ public static function getVersionName() { return ServiceManager::getServiceManager()->get(ApplicationService::SERVICE_ID)->getVersionName(); } /** * @return string * @throws \common_exception_Error * @throws \common_ext_ExtensionException */ public function getProductName() { return ServiceManager::getServiceManager()->get(ApplicationService::SERVICE_ID)->getProductName(); } /** * @return string * @throws \common_exception_Error * @throws \common_ext_ExtensionException */ public function getPlatformVersion() { return ServiceManager::getServiceManager()->get(ApplicationService::SERVICE_ID)->getPlatformVersion(); } }