for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* ******************************************************************************
* Copyright 2011-2017 DANTE Ltd. and GÉANT on behalf of the GN3, GN3+, GN4-1
* and GN4-2 consortia
*
* License: see the web/copyright.php file in the file structure
*/
/**
* This file contains the installer for iOS devices and Apple 10.7 Lion
* @author Stefan Winter <[email protected]>
* @package Developer
namespace devices\apple_mobileconfig;
* This is the main implementation class of the module
* The class should only define one public method: writeInstaller.
* All other methods and properties should be private. This example sets zipInstaller method to protected, so that it can be seen in the documentation.
class Device_mobileconfig_ios_56 extends mobileconfigSuperclass {
protected function proxySettings() {
// iOS 5 and 6 do not support the Proxy block properly, so override
// the function to do nothing.
return "";
}