1 | <?php |
||
11 | class SignatureType |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @property string $id |
||
16 | */ |
||
17 | private $id = null; |
||
18 | |||
19 | /** |
||
20 | * @property |
||
21 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignedInfo |
||
22 | * $signedInfo |
||
23 | */ |
||
24 | private $signedInfo = null; |
||
25 | |||
26 | /** |
||
27 | * @property |
||
28 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignatureValue |
||
29 | * $signatureValue |
||
30 | */ |
||
31 | private $signatureValue = null; |
||
32 | |||
33 | /** |
||
34 | * @property |
||
35 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\KeyInfo |
||
36 | * $keyInfo |
||
37 | */ |
||
38 | private $keyInfo = null; |
||
39 | |||
40 | /** |
||
41 | * @property |
||
42 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\ObjectXsd[] |
||
43 | * $object |
||
44 | */ |
||
45 | private $object = 'array()'; |
||
46 | |||
47 | /** |
||
48 | * Gets as id |
||
49 | * |
||
50 | * @return string |
||
51 | */ |
||
52 | public function getId() |
||
56 | |||
57 | /** |
||
58 | * Sets a new id |
||
59 | * |
||
60 | * @param string $id |
||
61 | * @return self |
||
62 | */ |
||
63 | public function setId($id) |
||
68 | |||
69 | /** |
||
70 | * Gets as signedInfo |
||
71 | * |
||
72 | * @return |
||
73 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignedInfo |
||
74 | */ |
||
75 | public function getSignedInfo() |
||
79 | |||
80 | /** |
||
81 | * Sets a new signedInfo |
||
82 | * |
||
83 | * @param |
||
84 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignedInfo |
||
85 | * $signedInfo |
||
86 | * @return self |
||
87 | */ |
||
88 | public function setSignedInfo(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignedInfo $signedInfo) |
||
93 | |||
94 | /** |
||
95 | * Gets as signatureValue |
||
96 | * |
||
97 | * @return |
||
98 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignatureValue |
||
99 | */ |
||
100 | public function getSignatureValue() |
||
104 | |||
105 | /** |
||
106 | * Sets a new signatureValue |
||
107 | * |
||
108 | * @param |
||
109 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignatureValue |
||
110 | * $signatureValue |
||
111 | * @return self |
||
112 | */ |
||
113 | public function setSignatureValue(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignatureValue $signatureValue) |
||
118 | |||
119 | /** |
||
120 | * Gets as keyInfo |
||
121 | * |
||
122 | * @return \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\KeyInfo |
||
123 | */ |
||
124 | public function getKeyInfo() |
||
128 | |||
129 | /** |
||
130 | * Sets a new keyInfo |
||
131 | * |
||
132 | * @param \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\KeyInfo |
||
133 | * $keyInfo |
||
134 | * @return self |
||
135 | */ |
||
136 | public function setKeyInfo(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\KeyInfo $keyInfo) |
||
141 | |||
142 | /** |
||
143 | * Adds as object |
||
144 | * |
||
145 | * @return self |
||
146 | * @param |
||
147 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\ObjectXsd |
||
148 | * $object |
||
149 | */ |
||
150 | public function addToObject(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\ObjectXsd $object) |
||
155 | |||
156 | /** |
||
157 | * isset object |
||
158 | * |
||
159 | * @param scalar $index |
||
160 | * @return boolean |
||
161 | */ |
||
162 | public function issetObject($index) |
||
166 | |||
167 | /** |
||
168 | * unset object |
||
169 | * |
||
170 | * @param scalar $index |
||
171 | * @return void |
||
172 | */ |
||
173 | public function unsetObject($index) |
||
177 | |||
178 | /** |
||
179 | * Gets as object |
||
180 | * |
||
181 | * @return |
||
182 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\ObjectXsd[] |
||
183 | */ |
||
184 | public function getObject() |
||
188 | |||
189 | /** |
||
190 | * Sets a new object |
||
191 | * |
||
192 | * @param |
||
193 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\ObjectXsd[] |
||
194 | * $object |
||
195 | * @return self |
||
196 | */ |
||
197 | public function setObject(array $object) |
||
202 | |||
203 | |||
204 | } |
||
205 | |||
206 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..