Jyxo\Gettext\Parser::key PHP Method

key() public method

{@link \ArrayIterator} interface method.
public key ( ) : mixed
return mixed
    public function key()
    {
        return $this->current;
    }