|
3 | 3 | /** |
4 | 4 | * Object-oriented class for the REST API in FileMaker Server 18/Cloud. |
5 | 5 | * |
6 | | - * @version 19.0 |
| 6 | + * @version 20.0 |
7 | 7 | * @author Masayuki Nii <nii@msyk.net> |
8 | 8 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
9 | 9 | */ |
|
21 | 21 | * @link https://github.com/msyk/FMDataAPI GitHub Repository |
22 | 22 | * @property-read FileMakerLayout $<<layout_name>> Returns the FileMakerLayout object from the layout named with the property. |
23 | 23 | * If the layout doesn't exist, no error arises here. Any errors might arise on methods of FileMakerLayout class. |
24 | | - * @version 19 |
| 24 | + * @version 20 |
25 | 25 | * @author Masayuki Nii <nii@msyk.net> |
26 | 26 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
27 | 27 | * @source 1 100000 The source code. |
@@ -363,7 +363,7 @@ public function getReturnedCount() |
363 | 363 | * |
364 | 364 | * @package INTER-Mediator\FileMakerServer\RESTAPI |
365 | 365 | * @link https://github.com/msyk/FMDataAPI GitHub Repository |
366 | | - * @version 19 |
| 366 | + * @version 20 |
367 | 367 | * @author Masayuki Nii <nii@msyk.net> |
368 | 368 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
369 | 369 | */ |
@@ -669,7 +669,7 @@ public function duplicate($recordId, $script = null) |
669 | 669 | throw $e; |
670 | 670 | } |
671 | 671 | } |
672 | | - |
| 672 | + |
673 | 673 | /** |
674 | 674 | * Delete on record. |
675 | 675 | * @param int $recordId The valid recordId value to delete. |
@@ -961,7 +961,7 @@ public function getScriptResultPresort() |
961 | 961 | * @property string $<<field_name>> The field value named as the property name. |
962 | 962 | * @property FileMakerRelation $<<portal_name>> FileMakerRelation object associated with the property name. |
963 | 963 | * The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal. |
964 | | - * @version 19 |
| 964 | + * @version 02 |
965 | 965 | * @author Masayuki Nii <nii@msyk.net> |
966 | 966 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
967 | 967 | */ |
@@ -1441,7 +1441,7 @@ public function rewind() |
1441 | 1441 | * |
1442 | 1442 | * @package INTER-Mediator\FileMakerServer\RESTAPI |
1443 | 1443 | * @link https://github.com/msyk/FMDataAPI GitHub Repository |
1444 | | - * @version 19 |
| 1444 | + * @version 20 |
1445 | 1445 | * @author Masayuki Nii <nii@msyk.net> |
1446 | 1446 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
1447 | 1447 | */ |
|
0 commit comments