Example #1
0
 /**
  *
  */
 function rewind()
 {
     is_array($this->container) ? reset($this->container) : $this->container->rewind();
 }