Bug #7068
SelectViewHelper does not support SplObjectStorage as option
Status:
Resolved
Priority:
Should have
Assignee:
Category:
ViewHelpers
Target version:
Start date:
2010-03-30
Due date:
% Done:
100%
Estimated time:
1.00 h
Has patch:
Description
The SelectViewHelper checks if the specified option source is an instance of "Iterator". However, SplObjectStorage is not and therefore cannot be used.
The check should test for Traversable instead.
Updated by Robert Lemke about 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 10 to 100
Applied in changeset r4030.