CMapIterator::current PHP Метод

current() публичный Метод

This method is required by the interface Iterator.
public current ( ) : mixed
Результат mixed the current array element
    public function current()
    {
        return $this->_d[$this->_key];
    }