Slide 16
Slide 16 text
Use collections in place of arrays
Implement the following:
● ArrayAccess
○ Interface to provide accessing objects as arrays.
● IteratorAggregate
○ Interface to create an external Iterator.
● Countable
○ Allows us to use php’s count() function.