diff --git a/src/Supporting/FileMakerRelation.php b/src/Supporting/FileMakerRelation.php index cd41bbb..db82a27 100644 --- a/src/Supporting/FileMakerRelation.php +++ b/src/Supporting/FileMakerRelation.php @@ -12,9 +12,9 @@ * * @package INTER-Mediator\FileMakerServer\RESTAPI * @link https://github.com/msyk/FMDataAPI GitHub Repository - * @property string $<> The field value named as the property name. - * @property FileMakerRelation $<> FileMakerRelation object associated with the property name. - * The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal. + * @property string $fieldName The field value named as the property name accessed via __get(). + * @property FileMakerRelation $portalName A FileMakerRelation object associated with the property name accessed via __get(). + * The table occurrence name of the portal can be the 'portalName', and also the object name of the portal. * @version 36 * @author Masayuki Nii * @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)