paths = array('style' => $styles); } /** * Retrieve an iterator over all style paths * * @return ArrayIterator An iterator for the array of style paths */ public function getIterator() { return new ArrayIterator($this->paths); } }