@@ -110,16 +110,16 @@ public static function swaggerFormats()
110110 * @var string[]
111111 */
112112 protected static $ attributeMap = [
113- 'renderGridLines ' => 'RenderGridLines ' ,
114- 'paginateSheets ' => 'PaginateSheets ' ,
115- 'countRowsPerPage ' => 'CountRowsPerPage ' ,
116- 'ignoreEmptyRows ' => 'IgnoreEmptyRows ' ,
117- 'encoding ' => 'Encoding ' ,
118- 'internalHyperlinkPrefix ' => 'InternalHyperlinkPrefix ' ,
119- 'textOverflowMode ' => 'TextOverflowMode ' ,
120- 'renderHiddenRows ' => 'RenderHiddenRows ' ,
121- 'renderHiddenColumns ' => 'RenderHiddenColumns ' ,
122- 'renderPrintAreaOnly ' => 'RenderPrintAreaOnly '
113+ 'renderGridLines ' => 'renderGridLines ' ,
114+ 'paginateSheets ' => 'paginateSheets ' ,
115+ 'countRowsPerPage ' => 'countRowsPerPage ' ,
116+ 'ignoreEmptyRows ' => 'ignoreEmptyRows ' ,
117+ 'encoding ' => 'encoding ' ,
118+ 'internalHyperlinkPrefix ' => 'internalHyperlinkPrefix ' ,
119+ 'textOverflowMode ' => 'textOverflowMode ' ,
120+ 'renderHiddenRows ' => 'renderHiddenRows ' ,
121+ 'renderHiddenColumns ' => 'renderHiddenColumns ' ,
122+ 'renderPrintAreaOnly ' => 'renderPrintAreaOnly '
123123 ];
124124
125125 /*
@@ -239,27 +239,6 @@ public function listInvalidProperties()
239239 {
240240 $ invalidProperties = [];
241241
242- if ($ this ->container ['renderGridLines ' ] === null ) {
243- $ invalidProperties [] = "'renderGridLines' can't be null " ;
244- }
245- if ($ this ->container ['paginateSheets ' ] === null ) {
246- $ invalidProperties [] = "'paginateSheets' can't be null " ;
247- }
248- if ($ this ->container ['countRowsPerPage ' ] === null ) {
249- $ invalidProperties [] = "'countRowsPerPage' can't be null " ;
250- }
251- if ($ this ->container ['ignoreEmptyRows ' ] === null ) {
252- $ invalidProperties [] = "'ignoreEmptyRows' can't be null " ;
253- }
254- if ($ this ->container ['renderHiddenRows ' ] === null ) {
255- $ invalidProperties [] = "'renderHiddenRows' can't be null " ;
256- }
257- if ($ this ->container ['renderHiddenColumns ' ] === null ) {
258- $ invalidProperties [] = "'renderHiddenColumns' can't be null " ;
259- }
260- if ($ this ->container ['renderPrintAreaOnly ' ] === null ) {
261- $ invalidProperties [] = "'renderPrintAreaOnly' can't be null " ;
262- }
263242 return $ invalidProperties ;
264243 }
265244
@@ -272,27 +251,6 @@ public function listInvalidProperties()
272251 public function valid ()
273252 {
274253
275- if ($ this ->container ['renderGridLines ' ] === null ) {
276- return false ;
277- }
278- if ($ this ->container ['paginateSheets ' ] === null ) {
279- return false ;
280- }
281- if ($ this ->container ['countRowsPerPage ' ] === null ) {
282- return false ;
283- }
284- if ($ this ->container ['ignoreEmptyRows ' ] === null ) {
285- return false ;
286- }
287- if ($ this ->container ['renderHiddenRows ' ] === null ) {
288- return false ;
289- }
290- if ($ this ->container ['renderHiddenColumns ' ] === null ) {
291- return false ;
292- }
293- if ($ this ->container ['renderPrintAreaOnly ' ] === null ) {
294- return false ;
295- }
296254 return true ;
297255 }
298256
0 commit comments