You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a lot of cases, providing the object list with only the class name is not sufficient. Identifying a specific instance could be needed.
Even if there's no standard object identifier in PHP, standard conventions and the usage of tools like ORM pushes the use of common object property (for example id) to uniquely identify the objects.
By providing an optional object property name to meminfo_objects_list, we can display this property and identify the objects.
The text was updated successfully, but these errors were encountered:
In a lot of cases, providing the object list with only the class name is not sufficient. Identifying a specific instance could be needed.
Even if there's no standard object identifier in PHP, standard conventions and the usage of tools like ORM pushes the use of common object property (for example
id
) to uniquely identify the objects.By providing an optional object property name to meminfo_objects_list, we can display this property and identify the objects.
The text was updated successfully, but these errors were encountered: