Jyxo\Svn\Result::key PHP Метод

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

Returns the current key value.
public key ( ) : null | string
Результат null | string
    public function key()
    {
        return $this->items[$this->pointer];
    }