From 1962e3b4b56213667c9dd66045c46a60b1de9e8f Mon Sep 17 00:00:00 2001 From: Kristopher Ives Date: Wed, 18 Sep 2024 01:06:28 -0700 Subject: [PATCH] Update OODBBean.php Fixed documentation for export() for OODBBean to accurately reflect current implementation of whitelisting beans. --- RedBeanPHP/OODBBean.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RedBeanPHP/OODBBean.php b/RedBeanPHP/OODBBean.php index d44d8b42..1f0fa817 100644 --- a/RedBeanPHP/OODBBean.php +++ b/RedBeanPHP/OODBBean.php @@ -642,8 +642,8 @@ public function inject( OODBBean $otherBean ) * * * The example above exports all bean properties to an array - * called $bookData including its meta data, parent objects but without - * any beans of type 'author'. + * called $bookData including its meta data, parent objects and includes only + * beans of type 'author'. * * @param boolean $meta set to TRUE if you want to export meta data as well * @param boolean $parents set to TRUE if you want to export parents as well