Skip to content

Commit

Permalink
updating description
Browse files Browse the repository at this point in the history
  • Loading branch information
twoln committed Mar 25, 2024
1 parent 85510a3 commit f1c3c15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/EntityWithDBProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ private function getRelevantIdentifier()
/**
* This function retrieves the entity's attributes.
*
* If called with the optional parameter, only attribute values for the attribute
* name in $optionName are retrieved; otherwise, all attributes are retrieved.
* If called with two optional parameters, only attribute values for the attribute
* name in $optionName are retrieved; otherwise, all attributes are retrieved
* unless $omittedOptionName is set - this attribute will be filtered out (the
* main use is to filter out logos).
* The retrieval is in-memory from the internal attributes class member - no
* DB callback, so changes in the database during the class instance lifetime
* are not considered.
Expand Down

0 comments on commit f1c3c15

Please sign in to comment.