public function __construct()
 {
     parent::__construct('cloudfiles', 'Cloud Files', 'Rackspace Cloud Files', '/images/rackspacecloud-logo.png');
 }
 public function config_print_javascript_onready($keys = array())
 {
     parent::config_print_javascript_onready(array('apikey', 'user', 'region', 'authurl'));
 }
Example #3
0
 public function config_print_javascript_onready($keys = array())
 {
     parent::config_print_javascript_onready(array('tenant', 'user', 'password', 'authurl', 'region'));
 }
Example #4
0
 public function __construct()
 {
     # 4th parameter is a relative (to UPDRAFTPLUS_DIR) logo URL, which should begin with /, should we get approved for use of the OpenStack logo in future (have requested info)
     parent::__construct('openstack', 'OpenStack', 'OpenStack (Swift)', '');
 }