|
@@ -3,12 +3,12 @@ |
|
|
block discarded – undo |
|
3
|
3
|
|
|
4
|
4
|
use AlgoWeb\xsdTypes\xsString; |
|
5
|
5
|
|
|
6
|
|
-abstract class EDMSimpleTypeBase extends xsString{ |
|
|
6
|
+abstract class EDMSimpleTypeBase extends xsString { |
|
7
|
7
|
public function __construct($value) |
|
8
|
8
|
{ |
|
9
|
9
|
parent::__construct($value); |
|
10
|
|
- $this->setEnumeration(['Binary','Boolean','Byte','DateTime','DateTimeOffset','Time','Decimal','Double', |
|
11
|
|
- 'Single','Guid','Int16','Int32','Int64','String','SByte']); |
|
|
10
|
+ $this->setEnumeration(['Binary', 'Boolean', 'Byte', 'DateTime', 'DateTimeOffset', 'Time', 'Decimal', 'Double', |
|
|
11
|
+ 'Single', 'Guid', 'Int16', 'Int32', 'Int64', 'String', 'SByte']); |
|
12
|
12
|
|
|
13
|
13
|
} |
|
14
|
14
|
} |
|
15
|
15
|
\ No newline at end of file |
Please login to merge, or discard this patch.