@@ -206,12 +206,10 @@ private static function operandSpecialHandling($operand)
206
206
*
207
207
* Returns the error value #NULL!
208
208
*
209
- * @Deprecated 1.23.0
209
+ * @deprecated 1.23.0 Use the null() method in the Information\ExcelError class instead
210
+ * @see Information\ExcelError::null()
210
211
*
211
212
* @return string #NULL!
212
- *
213
- *@see Information\ExcelError::null()
214
- * Use the null() method in the Information\Error class instead
215
213
*/
216
214
public static function null ()
217
215
{
@@ -223,12 +221,10 @@ public static function null()
223
221
*
224
222
* Returns the error value #NUM!
225
223
*
226
- * @Deprecated 1.23.0
224
+ * @deprecated 1.23.0 Use the NAN() method in the Information\Error class instead
225
+ * @see Information\ExcelError::NAN()
227
226
*
228
227
* @return string #NUM!
229
- *
230
- * @see Information\ExcelError::NAN()
231
- * Use the NAN() method in the Information\Error class instead
232
228
*/
233
229
public static function NAN ()
234
230
{
@@ -240,12 +236,10 @@ public static function NAN()
240
236
*
241
237
* Returns the error value #REF!
242
238
*
243
- * @Deprecated 1.23.0
239
+ * @deprecated 1.23.0 Use the REF() method in the Information\ExcelError class instead
240
+ * @see Information\ExcelError::REF()
244
241
*
245
242
* @return string #REF!
246
- *
247
- * @see Information\ExcelError::REF()
248
- * Use the REF() method in the Information\Error class instead
249
243
*/
250
244
public static function REF ()
251
245
{
@@ -261,12 +255,10 @@ public static function REF()
261
255
* Returns the error value #N/A
262
256
* #N/A is the error value that means "no value is available."
263
257
*
264
- * @Deprecated 1.23.0
258
+ * @deprecated 1.23.0 Use the NA() method in the Information\ExcelError class instead
259
+ * @see Information\ExcelError::NA()
265
260
*
266
261
* @return string #N/A!
267
- *
268
- * @see Information\ExcelError::NA()
269
- * Use the NA() method in the Information\Error class instead
270
262
*/
271
263
public static function NA ()
272
264
{
@@ -278,12 +270,10 @@ public static function NA()
278
270
*
279
271
* Returns the error value #VALUE!
280
272
*
281
- * @Deprecated 1.23.0
273
+ * @deprecated 1.23.0 Use the VALUE() method in the Information\ExcelError class instead
274
+ * @see Information\ExcelError::VALUE()
282
275
*
283
276
* @return string #VALUE!
284
- *
285
- * @see Information\ExcelError::VALUE()
286
- * Use the VALUE() method in the Information\Error class instead
287
277
*/
288
278
public static function VALUE ()
289
279
{
@@ -295,12 +285,10 @@ public static function VALUE()
295
285
*
296
286
* Returns the error value #NAME?
297
287
*
298
- * @Deprecated 1.23.0
288
+ * @deprecated 1.23.0 Use the NAME() method in the Information\ExcelError class instead
289
+ * @see Information\ExcelError::NAME()
299
290
*
300
291
* @return string #NAME?
301
- *
302
- * @see Information\ExcelError::NAME()
303
- * Use the NAME() method in the Information\Error class instead
304
292
*/
305
293
public static function NAME ()
306
294
{
@@ -310,12 +298,10 @@ public static function NAME()
310
298
/**
311
299
* DIV0.
312
300
*
313
- * @Deprecated 1.23.0
301
+ * @deprecated 1.23.0 Use the DIV0() method in the Information\ExcelError class instead
302
+ * @see Information\ExcelError::DIV0()
314
303
*
315
304
* @return string #Not Yet Implemented
316
- *
317
- *@see Information\ExcelError::DIV0()
318
- * Use the DIV0() method in the Information\Error class instead
319
305
*/
320
306
public static function DIV0 ()
321
307
{
@@ -327,12 +313,10 @@ public static function DIV0()
327
313
*
328
314
* @param mixed $value Value to check
329
315
*
330
- * @Deprecated 1.23.0
316
+ * @deprecated 1.23.0 Use the type() method in the Information\ExcelError class instead
317
+ * @see Information\ExcelError::type()
331
318
*
332
319
* @return array|int|string
333
- *
334
- * @see Information\ExcelError::type()
335
- * Use the type() method in the Information\Error class instead
336
320
*/
337
321
public static function errorType ($ value = '' )
338
322
{
@@ -344,10 +328,8 @@ public static function errorType($value = '')
344
328
*
345
329
* @param mixed $value Value to check
346
330
*
347
- * @Deprecated 1.23.0
348
- *
331
+ * @deprecated 1.23.0 Use the isBlank() method in the Information\Value class instead
349
332
* @see Information\Value::isBlank()
350
- * Use the isBlank() method in the Information\Value class instead
351
333
*
352
334
* @return array|bool
353
335
*/
@@ -361,10 +343,8 @@ public static function isBlank($value = null)
361
343
*
362
344
* @param mixed $value Value to check
363
345
*
364
- * @Deprecated 1.23.0
365
- *
366
- * @see Information\Value::isErr()
367
- * Use the isErr() method in the Information\Value class instead
346
+ * @deprecated 1.23.0 Use the isErr() method in the Information\ErrorValue class instead
347
+ * @see Information\ErrorValue::isErr()
368
348
*
369
349
* @return array|bool
370
350
*/
@@ -378,10 +358,8 @@ public static function isErr($value = '')
378
358
*
379
359
* @param mixed $value Value to check
380
360
*
381
- * @Deprecated 1.23.0
382
- *
383
- * @see Information\Value::isError()
384
- * Use the isError() method in the Information\Value class instead
361
+ * @deprecated 1.23.0 Use the isError() method in the Information\ErrorValue class instead
362
+ * @see Information\ErrorValue::isError()
385
363
*
386
364
* @return array|bool
387
365
*/
@@ -395,10 +373,8 @@ public static function isError($value = '')
395
373
*
396
374
* @param mixed $value Value to check
397
375
*
398
- * @Deprecated 1.23.0
399
- *
400
- * @see Information\Value::isNa()
401
- * Use the isNa() method in the Information\Value class instead
376
+ * @deprecated 1.23.0 Use the isNa() method in the Information\ErrorValue class instead
377
+ * @see Information\ErrorValue::isNa()
402
378
*
403
379
* @return array|bool
404
380
*/
@@ -412,10 +388,8 @@ public static function isNa($value = '')
412
388
*
413
389
* @param mixed $value Value to check
414
390
*
415
- * @Deprecated 1.23.0
416
- *
391
+ * @deprecated 1.23.0 Use the isEven() method in the Information\Value class instead
417
392
* @see Information\Value::isEven()
418
- * Use the isEven() method in the Information\Value class instead
419
393
*
420
394
* @return array|bool|string
421
395
*/
@@ -429,10 +403,8 @@ public static function isEven($value = null)
429
403
*
430
404
* @param mixed $value Value to check
431
405
*
432
- * @Deprecated 1.23.0
433
- *
406
+ * @deprecated 1.23.0 Use the isOdd() method in the Information\Value class instead
434
407
* @see Information\Value::isOdd()
435
- * Use the isOdd() method in the Information\Value class instead
436
408
*
437
409
* @return array|bool|string
438
410
*/
@@ -446,10 +418,8 @@ public static function isOdd($value = null)
446
418
*
447
419
* @param mixed $value Value to check
448
420
*
449
- * @Deprecated 1.23.0
450
- *
421
+ * @deprecated 1.23.0 Use the isNumber() method in the Information\Value class instead
451
422
* @see Information\Value::isNumber()
452
- * Use the isNumber() method in the Information\Value class instead
453
423
*
454
424
* @return array|bool
455
425
*/
@@ -463,10 +433,8 @@ public static function isNumber($value = null)
463
433
*
464
434
* @param mixed $value Value to check
465
435
*
466
- * @Deprecated 1.23.0
467
- *
436
+ * @deprecated 1.23.0 Use the isLogical() method in the Information\Value class instead
468
437
* @see Information\Value::isLogical()
469
- * Use the isLogical() method in the Information\Value class instead
470
438
*
471
439
* @return array|bool
472
440
*/
@@ -480,10 +448,8 @@ public static function isLogical($value = null)
480
448
*
481
449
* @param mixed $value Value to check
482
450
*
483
- * @Deprecated 1.23.0
484
- *
451
+ * @deprecated 1.23.0 Use the isText() method in the Information\Value class instead
485
452
* @see Information\Value::isText()
486
- * Use the isText() method in the Information\Value class instead
487
453
*
488
454
* @return array|bool
489
455
*/
@@ -497,10 +463,8 @@ public static function isText($value = null)
497
463
*
498
464
* @param mixed $value Value to check
499
465
*
500
- * @Deprecated 1.23.0
501
- *
466
+ * @deprecated 1.23.0 Use the isNonText() method in the Information\Value class instead
502
467
* @see Information\Value::isNonText()
503
- * Use the isNonText() method in the Information\Value class instead
504
468
*
505
469
* @return array|bool
506
470
*/
@@ -514,10 +478,8 @@ public static function isNonText($value = null)
514
478
*
515
479
* Returns a value converted to a number
516
480
*
517
- * @Deprecated 1.23.0
518
- *
481
+ * @deprecated 1.23.0 Use the asNumber() method in the Information\Value class instead
519
482
* @see Information\Value::asNumber()
520
- * Use the asNumber() method in the Information\Value class instead
521
483
*
522
484
* @param null|mixed $value The value you want converted
523
485
*
@@ -540,10 +502,8 @@ public static function n($value = null)
540
502
*
541
503
* Returns a number that identifies the type of a value
542
504
*
543
- * @Deprecated 1.23.0
544
- *
505
+ * @deprecated 1.23.0 Use the type() method in the Information\Value class instead
545
506
* @see Information\Value::type()
546
- * Use the type() method in the Information\Value class instead
547
507
*
548
508
* @param null|mixed $value The value you want tested
549
509
*
@@ -659,10 +619,8 @@ public static function flattenSingleValue($value = '')
659
619
/**
660
620
* ISFORMULA.
661
621
*
662
- * @Deprecated 1.23.0
663
- *
622
+ * @deprecated 1.23.0 Use the isFormula() method in the Information\Value class instead
664
623
* @see Information\Value::isFormula()
665
- * Use the isFormula() method in the Information\Value class instead
666
624
*
667
625
* @param mixed $cellReference The cell to check
668
626
* @param ?Cell $cell The current cell (containing this formula)
0 commit comments