Gpf_Rpc_Array::getIterator PHP Method

getIterator() public method

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