** Changed in: phpdevshell Importance: Medium => Wishlist -- You received this bug notification because you are a member of PHPDevShell, which is subscribed to PHPDevShell. https://bugs.launchpad.net/bugs/1030671
Title: Allow class registry to keep track of lists of classes Status in Open Source PHP RAD Framework with UI.: New Bug description: Currently the class registry consider only class can answer to a given name: http://doc.phpdevshell.org/d5/d8f/class_p_h_p_d_s__class_factory.html#a27f711ccda25926b4d0d2874057c7d5f However it could be useful, in some cases, to get a list of objects instead of a single object. For example, several classes can register as error conduits; they should all be used, not only the "highest ranked". To manage notifications about this bug go to: https://bugs.launchpad.net/phpdevshell/+bug/1030671/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~phpdevshell Post to : [email protected] Unsubscribe : https://launchpad.net/~phpdevshell More help : https://help.launchpad.net/ListHelp

