#1338: Iterator interface for AgaviParameterHolder
------------------------------+---------------------------------------------
 Reporter:  behr...@…         |       Owner:  david
     Type:  enhancement       |      Status:  new  
 Priority:  normal            |   Milestone:  1.0.5
Component:  util              |     Version:  1.0.4
 Severity:  normal            |    Keywords:       
Has_patch:  1                 |  
------------------------------+---------------------------------------------
 it would be nice if we could do
 {{{
 foreach ( $instanceOfParameterHolder as $name => $value )
 }}}
 instead of
 {{{
 foreach ( $instanceOfParameterHolder->getParameters ( ) as $name => $value
 )
 }}}
 by implementing iterator interface for AgaviParameterHolder

-- 
Ticket URL: <http://trac.agavi.org/ticket/1338>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5



_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to