Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In objects list, display a configured property of the object #3

Open
BitOne opened this issue Feb 15, 2014 · 3 comments
Open

In objects list, display a configured property of the object #3

BitOne opened this issue Feb 15, 2014 · 3 comments
Assignees
Milestone

Comments

@BitOne
Copy link
Owner

BitOne commented Feb 15, 2014

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.

@max-voloshin
Copy link
Contributor

It would be awesome if meminfo extension will provide MeminfoObjectInterface with getMeminfoIdentifier method for defining custom identifier.

@fitn
Copy link
Contributor

fitn commented Jan 26, 2016

👍 for this feature :)

@BitOne
Copy link
Owner Author

BitOne commented Nov 17, 2017

Relates to #31.

#31 is more generic so maybe the way to go.

@BitOne BitOne self-assigned this Nov 17, 2017
@BitOne BitOne added this to the v1.1.0 milestone Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants