← Back to team overview

phpdevshell team mailing list archive

[Bug 1030671] [NEW] Allow class registry to keep track of lists of classes

 

Public bug reported:

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".

** Affects: phpdevshell
     Importance: Medium
     Assignee: Greg (gregfr)
         Status: New

** Changed in: phpdevshell
   Importance: Undecided => Medium

** Changed in: phpdevshell
     Assignee: (unassigned) => Greg (gregfr)

-- 
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


Follow ups

References