Open
Description
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.