public function TraversableString::getIterator

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php, line 30

Class

TraversableString
An object that can be used as either a string or array.

Namespace

Assetic\Util

Code

public function getIterator() {
  return new \ArrayIterator($this->many);
}