Skip to content

Commit

Permalink
Merge pull request #946 from krisives/fix-export-doc
Browse files Browse the repository at this point in the history
Fix documentation for filtering for bean export
  • Loading branch information
gabordemooij authored Sep 24, 2024
2 parents 3b4cedf + 1962e3b commit 1bb7b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RedBeanPHP/OODBBean.php
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ public function inject( OODBBean $otherBean )
* </code>
*
* 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
Expand Down

0 comments on commit 1bb7b5b

Please sign in to comment.