|
3 | 3 | /** |
4 | 4 | * Object-oriented class for the REST API in FileMaker Server 18/Cloud. |
5 | 5 | * |
6 | | - * @version 18.0 |
| 6 | + * @version 19.0 |
7 | 7 | * @author Masayuki Nii <nii@msyk.net> |
8 | | - * @copyright 2017-2018 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
| 8 | + * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
9 | 9 | */ |
10 | 10 |
|
11 | 11 | namespace INTERMediator\FileMakerServer\RESTAPI; |
|
17 | 17 | * @link https://github.com/msyk/FMDataAPI GitHub Repository |
18 | 18 | * @property-read FileMakerLayout $<<layout_name>> Returns the FileMakerLayout object from the layout named with the property. |
19 | 19 | * If the layout doesn't exist, no error arises here. Any errors might arise on methods of FileMakerLayout class. |
20 | | - * @version 18 |
| 20 | + * @version 19 |
21 | 21 | * @author Masayuki Nii <nii@msyk.net> |
22 | 22 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
23 | 23 | * @source 1 100000 The source code. |
@@ -357,7 +357,7 @@ public function getReturnedCount() |
357 | 357 | * |
358 | 358 | * @package INTER-Mediator\FileMakerServer\RESTAPI |
359 | 359 | * @link https://github.com/msyk/FMDataAPI GitHub Repository |
360 | | - * @version 18 |
| 360 | + * @version 19 |
361 | 361 | * @author Masayuki Nii <nii@msyk.net> |
362 | 362 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
363 | 363 | */ |
@@ -955,7 +955,7 @@ public function getScriptResultPresort() |
955 | 955 | * @property string $<<field_name>> The field value named as the property name. |
956 | 956 | * @property FileMakerRelation $<<portal_name>> FileMakerRelation object associated with the property name. |
957 | 957 | * The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal. |
958 | | - * @version 18 |
| 958 | + * @version 19 |
959 | 959 | * @author Masayuki Nii <nii@msyk.net> |
960 | 960 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
961 | 961 | */ |
@@ -1435,7 +1435,7 @@ public function rewind() |
1435 | 1435 | * |
1436 | 1436 | * @package INTER-Mediator\FileMakerServer\RESTAPI |
1437 | 1437 | * @link https://github.com/msyk/FMDataAPI GitHub Repository |
1438 | | - * @version 18 |
| 1438 | + * @version 19 |
1439 | 1439 | * @author Masayuki Nii <nii@msyk.net> |
1440 | 1440 | * @copyright 2017-2019 Masayuki Nii (FileMaker is registered trademarks of FileMaker, Inc. in the U.S. and other countries.) |
1441 | 1441 | */ |
|
0 commit comments