Skip to content

Commit 6b22303

Browse files
committed
update wrapper to version 6.5edge3
1 parent 3b4bb0e commit 6b22303

File tree

337 files changed

+1385
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+1385
-8
lines changed

AccelerationDashboard/SummaryCharts.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ public function initFields( $version = null, $className = '' ) {
6060
case 6.4:
6161
$this->fields = $this->initFields( 6.3 );
6262
break;
63+
64+
case 6.5:
65+
$this->fields = $this->initFields( 6.4 );
66+
break;
6367
}
6468

6569
parent::initFields( $version, __CLASS__ );

AccelerationDashboard/SummaryMetrics.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ public function initFields( $version = null, $className = '' ) {
6060
case 6.4:
6161
$this->fields = $this->initFields( 6.3 );
6262
break;
63+
64+
case 6.5:
65+
$this->fields = $this->initFields( 6.4 );
66+
break;
6367
}
6468

6569
parent::initFields( $version, __CLASS__ );

Alert.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ public function initFields( $version = null, $className = '' ) {
117117
case 6.4:
118118
$this->fields = $this->initFields( 6.3 );
119119
break;
120+
121+
case 6.5:
122+
$this->fields = $this->initFields( 6.4 );
123+
break;
120124
}
121125

122126

ApplicationServer/Application.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ public function initFields( $version = null, $className = '' ) {
194194
case 6.4:
195195
$this->fields = $this->initFields( 6.3 );
196196
break;
197+
198+
case 6.5:
199+
$this->fields = $this->initFields( 6.4 );
200+
break;
197201
}
198202

199203
parent::initFields( $version, __CLASS__ );

ApplicationServer/Backup.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ public function initFields( $version = null, $className = '' ) {
137137
case 6.4:
138138
$this->fields = $this->initFields( 6.3 );
139139
break;
140+
141+
case 6.5:
142+
$this->fields = $this->initFields( 6.4 );
143+
break;
140144
}
141145

142146
parent::initFields( $version, __CLASS__ );

ApplicationServer/Database.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ public function initFields( $version = null, $className = '' ) {
113113
case 6.4:
114114
$this->fields = $this->initFields( 6.3 );
115115
break;
116+
117+
case 6.5:
118+
$this->fields = $this->initFields( 6.4 );
119+
break;
116120
}
117121

118122
parent::initFields( $version, __CLASS__ );

ApplicationServer/DatabaseUser.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ public function initFields( $version = null, $className = '' ) {
118118
case 6.4:
119119
$this->fields = $this->initFields( 6.3 );
120120
break;
121+
122+
case 6.5:
123+
$this->fields = $this->initFields( 6.4 );
124+
break;
121125
}
122126

123127
parent::initFields( $version, __CLASS__ );

ApplicationServer/Domain.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ public function initFields( $version = null, $className = '' ) {
115115
case 6.4:
116116
$this->fields = $this->initFields( 6.3 );
117117
break;
118+
119+
case 6.5:
120+
$this->fields = $this->initFields( 6.4 );
121+
break;
118122
}
119123

120124
parent::initFields( $version, __CLASS__ );

ApplicationServer/EmailAccount.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ public function initFields( $version = null, $className = '' ) {
104104
case 6.4:
105105
$this->fields = $this->initFields( 6.3 );
106106
break;
107+
108+
case 6.5:
109+
$this->fields = $this->initFields( 6.4 );
110+
break;
107111
}
108112

109113
parent::initFields( $version, __CLASS__ );

ApplicationServer/Ftp.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ public function initFields( $version = null, $className = '' ) {
115115
case 6.4:
116116
$this->fields = $this->initFields( 6.3 );
117117
break;
118+
119+
case 6.5:
120+
$this->fields = $this->initFields( 6.4 );
121+
break;
118122
}
119123

120124
parent::initFields( $version, __CLASS__ );

0 commit comments

Comments
 (0)